Skip to content

Commit 77a31b0

Browse files
onovyscottgonzalez
authored andcommitted
Demos: Fixed small typo.
(cherry picked from commit b99f825)
1 parent 6e613bd commit 77a31b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/draggable/snap-to.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
$( "#draggable" ).draggable({ snap: true });
2121
$( "#draggable2" ).draggable({ snap: ".ui-widget-header" });
2222
$( "#draggable3" ).draggable({ snap: ".ui-widget-header", snapMode: "outer" });
23-
$( "#draggable4" ).draggable({ grid: [ 20,20 ] });
23+
$( "#draggable4" ).draggable({ grid: [ 20, 20 ] });
2424
$( "#draggable5" ).draggable({ grid: [ 80, 80 ] });
2525
});
2626
</script>

0 commit comments

Comments
 (0)