2
0
Fork 0
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:
Robin Ward 2017-06-13 15:59:48 -04:00
parent 74858fd450
commit 867cefc492
8 changed files with 13 additions and 10 deletions

View file

@ -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
};