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

delete $ and Jquery

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