Skip to content

Commit 4ad0ad4

Browse files
author
Dave Conway-Jones
committed
2 parents 219535e + 2d716c0 commit 4ad0ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/ui/editableList/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ This callback is invoked after the main [`resize`](#options-resize) callback is
186186
$("ol.list").editableList({
187187
resizeItem: function(row,index) {
188188
var originalData = $(row).data('data');
189-
consol.log("Resize the row for item:", originalData)
189+
console.log("Resize the row for item:", originalData)
190190
}
191191
});
192192
```

0 commit comments

Comments
 (0)