Commit b10c2d3b authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete JQuery

parent 6b5ca94e
......@@ -30,11 +30,10 @@
*/
( /**
* @param {jQuery} $
* @param {Window} window
* @param {undefined} undefined
*/
function ($, window, undefined) {
function (window, undefined) {
/*
* Import
* -----------------------------------------------------------------------------
......@@ -274,4 +273,4 @@
asc.CIconSet = CIconSet;
asc.CConditionalFormatValueObject = CConditionalFormatValueObject;
asc.CGradient = CGradient;
})(jQuery, window);
\ No newline at end of file
})(window);
\ No newline at end of file
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