Remove couple of more jquery import statements

This commit is contained in:
Hadi Nategh
2021-06-10 13:16:31 +02:00
parent c51275fde3
commit 0730d4880e
10 changed files with 4 additions and 24 deletions

View File

@ -113,7 +113,7 @@
this.SelectParser = SelectParser;
}).call(window);
}).call(this);
(function() {
var AbstractChosen, root;
@ -458,9 +458,9 @@
root.AbstractChosen = AbstractChosen;
}).call(window);
}).call(this);
(function(jQuery) {
(function() {
var $, Chosen, root, _ref,
__hasProp = {}.hasOwnProperty,
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
@ -1211,4 +1211,4 @@
root.Chosen = Chosen;
}).call(window, jQuery);
}).call(this);