Skip to content

Commit

Permalink
Add Arguments to Editor.trigger() function
Browse files Browse the repository at this point in the history
  • Loading branch information
santiph committed Oct 27, 2017
1 parent fc0409a commit 5fe93fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/index.js
Expand Up @@ -539,7 +539,7 @@ module.exports = config => {
* @return {this}
*/
trigger(event) {
return em.trigger(event);
return em.trigger.apply(em, arguments);
},

/**
Expand Down

0 comments on commit 5fe93fa

Please sign in to comment.