Javascript bundling updated

Using VS extension: 'Bundler & Minifier'
This commit is contained in:
Gary Sharp
2016-09-29 18:34:06 +10:00
parent 5fcb81e9e8
commit 9baca7f633
59 changed files with 287 additions and 512 deletions
@@ -1,4 +1,4 @@
/// <reference path="../../Core/jquery-1.7.1.js" />
/// <reference path="../../Core/jquery-1.7.1.js" />
(function ($) {
var checkboxBulkSelectMethods = {
@@ -79,4 +79,4 @@
$.error('Method ' + method + ' does not exist on jQuery.checkboxBulkSelect');
}
}
})(jQuery);
})(jQuery);