Commit 20aaa29c authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused method asc_getController

parent e41c0f98
......@@ -882,11 +882,6 @@ var editor;
this.handlers.remove(name, callback);
};
spreadsheet_api.prototype.asc_getController = function() {
return this.controller;
// return null;
};
spreadsheet_api.prototype.asc_SetDocumentPlaceChangedEnabled = function(val) {
this.wb.setDocumentPlaceChangedEnabled(val);
};
......@@ -3605,7 +3600,6 @@ var editor;
prot["asc_registerCallback"] = prot.asc_registerCallback;
prot["asc_unregisterCallback"] = prot.asc_unregisterCallback;
prot["asc_getController"] = prot.asc_getController;
prot["asc_changeArtImageFromFile"] = prot.asc_changeArtImageFromFile;
prot["asc_SetDocumentPlaceChangedEnabled"] = prot.asc_SetDocumentPlaceChangedEnabled;
......
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