Added curly brackets

This commit is contained in:
Mellisa Hankins 2015-03-04 10:42:43 +11:00
parent fe63b4a187
commit a3c549d0b0
1 changed files with 2 additions and 1 deletions

View File

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