Skip to content

Commit

Permalink
Added curly brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Mellisa Hankins committed Mar 3, 2015
1 parent fe63b4a commit a3c549d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion javascript/GridFieldExtensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,9 @@
});
},
onremove: function() {
if(this.data('sortable'))
if(this.data('sortable')) {
this.sortable("destroy");
}
}
});

Expand Down

0 comments on commit a3c549d

Please sign in to comment.