Skip to content

Commit

Permalink
fix editor error
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Nov 10, 2015
1 parent 6761341 commit 995993b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @license MIT
*/


/* global Sortable */
(function (factory) {
"use strict";

Expand All @@ -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 995993b

Please sign in to comment.