Added curly brackets

This commit is contained in:
Mellisa Hankins 2015-03-04 10:42:43 +11:00
parent fe63b4a187
commit a3c549d0b0

View File

@ -205,8 +205,9 @@
}); });
}, },
onremove: function() { onremove: function() {
if(this.data('sortable')) if(this.data('sortable')) {
this.sortable("destroy"); this.sortable("destroy");
}
} }
}); });