Skip to content

Commit

Permalink
Update to 2.8.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Sep 12, 2018
2 parents 0aa22b8 + e44d754 commit 613d27a
Show file tree
Hide file tree
Showing 5 changed files with 10,070 additions and 19 deletions.
2 changes: 1 addition & 1 deletion dist/es2015/froala-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export let FroalaEditor = (_dec = customElement('froala-editor'), _dec2 = inject
if (this.eventHandlers && this.eventHandlers.length != 0) {
for (let eventHandlerName in this.eventHandlers) {
let handler = this.eventHandlers[eventHandlerName];
this.instance.on(`froalaEditor.${ eventHandlerName }`, function () {
this.instance.on(`froalaEditor.${eventHandlerName}`, function () {
let p = arguments;
return handler.apply(this, p);
});
Expand Down
Loading

0 comments on commit 613d27a

Please sign in to comment.