Commit 65ade480 authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Hints moved in delayed load

parent eba4f24b
......@@ -1151,6 +1151,8 @@ define([
createDelayedElements: function() {
var me = this;
this.toolbar.createDelayedElements();
this.api.asc_registerCallback('asc_onShowChartDialog', _.bind(this.onApiChartDblClick, this));
this.api.asc_registerCallback('asc_onCanUndoChanged', _.bind(this.onApiCanRevert, this, 'undo'));
this.api.asc_registerCallback('asc_onCanRedoChanged', _.bind(this.onApiCanRevert, this, 'redo'));
......
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