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

delete JQuery

parent 0067d34b
......@@ -6,11 +6,10 @@
*/
( /**
* @param {jQuery} $
* @param {Window} window
* @param {undefined} undefined
*/
function ($, window, undefined) {
function (window, undefined) {
/*
* Import
* -----------------------------------------------------------------------------
......@@ -250,4 +249,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