Browse Source

fix "Cannot read property 'destroy' of undefined"

pull/534/head
Alex 9 years ago
parent
commit
a6c6df6b06
  1. 2
      meteor/reactivize.js

2
meteor/reactivize.js

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

Loading…
Cancel
Save