Javascript bundling updated
Using VS extension: 'Bundler & Minifier'
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user