Commit a520efc4 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete jquery variable

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58006 954022d7-b5bf-4e40-9824-e11837661b57
parent 5c73516b
...@@ -7,11 +7,10 @@ ...@@ -7,11 +7,10 @@
*/ */
( (
/** /**
* @param {jQuery} $
* @param {Window} window * @param {Window} window
* @param {undefined} undefined * @param {undefined} undefined
*/ */
function ($, window, undefined) { function (window, undefined) {
/* /*
...@@ -227,4 +226,4 @@ ...@@ -227,4 +226,4 @@
*/ */
window["Asc"].CellTextRender = CellTextRender; window["Asc"].CellTextRender = CellTextRender;
} }
)(jQuery, window); )(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