mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 15:43:59 +08:00
Call action with correct context
This commit is contained in:
parent
a238c32429
commit
70c7195690
|
@ -23,7 +23,7 @@ export default Ember.Component.extend({
|
|||
if (typeof action === 'string') {
|
||||
this.sendAction('action');
|
||||
} else if (typeof action === 'function') {
|
||||
action();
|
||||
action.call(this);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user