Browse Source

- Package

pull/1043/head
Lebedev Konstantin 8 years ago
parent
commit
efa0d6d333
  1. 4
      Sortable.js

4
Sortable.js

@ -13,10 +13,6 @@
else if (typeof module != "undefined" && typeof module.exports != "undefined") {
module.exports = factory();
}
else if (typeof Package !== "undefined") {
//noinspection JSUnresolvedVariable
Sortable = factory(); // export for Meteor.js
}
else {
/* jshint sub:true */
window["Sortable"] = factory();

Loading…
Cancel
Save