Skip to content

Commit

Permalink
Update Sortable.js
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Nov 11, 2015
1 parent 995993b commit 34a3c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
module.exports = factory();
}
else if (typeof Package !== "undefined") {
//Sortable = factory(); // export for Meteor.js
Sortable = factory(); // export for Meteor.js
}
else {
/* jshint sub:true */
Expand Down

0 comments on commit 34a3c5a

Please sign in to comment.