X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/66dd6f9323a2ae14494a488bc1123b345d30f2c8..215fc305d1a0d964f0b90f67438aecb333c8cd76:/src/editor/modules/documentToolbar/actionView.js diff --git a/src/editor/modules/documentToolbar/actionView.js b/src/editor/modules/documentToolbar/actionView.js index 74db332..5439045 100644 --- a/src/editor/modules/documentToolbar/actionView.js +++ b/src/editor/modules/documentToolbar/actionView.js @@ -108,9 +108,7 @@ var ActionView = Backbone.View.extend({ this.trigger('mousedown'); }, onExecute: function() { - this.action.execute(function(ret) { - this.trigger('actionExecuted', this.action, ret); - }.bind(this)); + this.action.execute(); }, onSelectionChange: function(e) { var select = $(e.target),