Commit 88cf1440 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Убрал неиспользуемый параметр конструктора eventsController (пользовался ранее...

Убрал неиспользуемый параметр конструктора eventsController (пользовался ранее для мобильной версии).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55434 954022d7-b5bf-4e40-9824-e11837661b57
parent 5903e038
......@@ -23,8 +23,8 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
var asc_CTrackFile = asc.CTrackFile;
var prot;
function spreadsheet_api(name, inputName, eventsController, eventsHandlers, options) {
/** @constructor */
function spreadsheet_api(name, inputName, eventsHandlers, options) {
/************ private!!! **************/
this.HtmlElementName = name;
this.topLineEditorName = inputName;
......
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