diff --git a/Sortable.js b/Sortable.js index dbbcc7c51..88d34e7e6 100644 --- a/Sortable.js +++ b/Sortable.js @@ -4,7 +4,7 @@ * @license MIT */ - +/* global Sortable */ (function (factory) { "use strict"; @@ -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 */