mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 02:42:30 +02:00
Remove couple of more jquery import statements
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user