Skip to content

Commit 64459e0

Browse files
add change
1 parent 3f37a6c commit 64459e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme/playground/jquery.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1 style="position: fixed; left: 0; top: 0; clip: rect(1px, 1px, 1px, 1px);">Te
5454
$(() => {
5555
$("#button").dxButton({
5656
text: 'Click me!',
57-
onClick: () => { alert("clicked"); }
57+
onClick: () => { alert("clicked"); }
5858
});
5959
});
6060
</script>

0 commit comments

Comments
 (0)