Commit 87672d62 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused jQuery from autofilters

parent 30859c52
...@@ -33,11 +33,10 @@ ...@@ -33,11 +33,10 @@
"use strict"; "use strict";
( (
/** /**
* @param {jQuery} $
* @param {Window} window * @param {Window} window
* @param {undefined} undefined * @param {undefined} undefined
*/ */
function ($, window, undefined) { function (window, undefined) {
/* /*
* Import * Import
...@@ -5112,4 +5111,4 @@ ...@@ -5112,4 +5111,4 @@
prot["asc_getType"] = prot.asc_getType; prot["asc_getType"] = prot.asc_getType;
prot["asc_getImage"] = prot.asc_getImage; prot["asc_getImage"] = prot.asc_getImage;
} }
)(jQuery, window); )(window);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment