mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 21:01:33 +08:00
Ember.K was deprecated, so let's remove it.
This commit is contained in:
parent
74858fd450
commit
867cefc492
8 changed files with 13 additions and 10 deletions
|
@ -138,7 +138,7 @@ class Toolbar {
|
|||
label: button.label,
|
||||
icon: button.label ? null : button.icon || button.id,
|
||||
action: button.action || 'toolbarButton',
|
||||
perform: button.perform || Ember.K,
|
||||
perform: button.perform || function() { },
|
||||
trimLeading: button.trimLeading
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue