Commit 7093b05d authored by Oleg Korshul's avatar Oleg Korshul

asc_fireCallback

parent 7855872d
......@@ -952,6 +952,11 @@ var editor;
this.handlers.remove(name, callback);
};
spreadsheet_api.prototype.asc_fireCallback = function(name)
{
return this.handlers.trigger.apply(this.handlers, arguments);
};
spreadsheet_api.prototype.asc_getController = function() {
return this.controller;
// return null;
......
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