Skip to content

Commit 8ea003e

Browse files
committed
Grid Editing: Remove refresh binding, wasn't ever functional thanks to typo and not needed anyway.
1 parent f16508c commit 8ea003e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grid-editing/grid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
developers.refresh().save();
6262
});
6363
}
64-
$.observable( localDevelopers ).bind("insert remove refesh", function(event, ui) {
64+
$.observable( localDevelopers ).bind("insert remove", function(event, ui) {
6565
if ( event.type === "insert" ) {
6666
$.each( ui.items, bindChange );
6767
}

0 commit comments

Comments
 (0)