Browse Source

Merge pull request #534 from JWo1F/patch-1

fix "Cannot read property 'destroy' of undefined"
pull/504/merge
Lebedev Konstantin 9 years ago
parent
commit
15aaf285e7
  1. 2
      meteor/reactivize.js

2
meteor/reactivize.js

@ -197,5 +197,5 @@ Template.sortable.rendered = function () {
Template.sortable.destroyed = function () {
this.sortable.destroy();
if(this.sortable) this.sortable.destroy();
};

Loading…
Cancel
Save