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

delete unused jQuery from autofilters

parent 30859c52
......@@ -33,11 +33,10 @@
"use strict";
(
/**
* @param {jQuery} $
* @param {Window} window
* @param {undefined} undefined
*/
function ($, window, undefined) {
function (window, undefined) {
/*
* Import
......@@ -5112,4 +5111,4 @@
prot["asc_getType"] = prot.asc_getType;
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