Commit 29e4dbb0 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete $ and Jquery

parent 83162b13
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* *
*/ */
"use strict"; "use strict";
(function($, window, undefined) { (function(window, undefined) {
/** @enum */ /** @enum */
var c_oSerFormat = { var c_oSerFormat = {
...@@ -7856,4 +7856,4 @@ ...@@ -7856,4 +7856,4 @@
window["Asc"].getBinaryOtherTableGVar = getBinaryOtherTableGVar; window["Asc"].getBinaryOtherTableGVar = getBinaryOtherTableGVar;
} }
)(jQuery, window); )(window);
\ No newline at end of file \ No newline at end of file
...@@ -1939,7 +1939,7 @@ function angleInterfaceToFormat(val) ...@@ -1939,7 +1939,7 @@ function angleInterfaceToFormat(val)
return nRes; return nRes;
} }
//------------------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------------------
$(function(){ (function(){
aStandartNumFormats = []; aStandartNumFormats = [];
aStandartNumFormats[0] = "General"; aStandartNumFormats[0] = "General";
aStandartNumFormats[1] = "0"; aStandartNumFormats[1] = "0";
...@@ -1974,7 +1974,7 @@ $(function(){ ...@@ -1974,7 +1974,7 @@ $(function(){
{ {
aStandartNumFormatsId[aStandartNumFormats[i]] = i - 0; aStandartNumFormatsId[aStandartNumFormats[i]] = i - 0;
} }
}); })();
//------------------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------------------
/** /**
* @constructor * @constructor
......
...@@ -31,11 +31,10 @@ ...@@ -31,11 +31,10 @@
*/ */
( (
/** /**
* @param {jQuery} $
* @param {Window} window * @param {Window} window
* @param {undefined} undefined * @param {undefined} undefined
*/ */
function ($, window, undefined) { function (window, undefined) {
var asc = window["Asc"] ? window["Asc"] : (window["Asc"] = {}); var asc = window["Asc"] ? window["Asc"] : (window["Asc"] = {});
var prot; var prot;
...@@ -1749,4 +1748,4 @@ ...@@ -1749,4 +1748,4 @@
prot["asc_getName"] = prot.asc_getName; prot["asc_getName"] = prot.asc_getName;
prot["asc_getType"] = prot.asc_getType; prot["asc_getType"] = prot.asc_getType;
} }
)(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