FIX: Another ES2015 feature that snuck by
This commit is contained in:
parent
b4f306ce03
commit
b83b9d2b75
|
@ -148,7 +148,7 @@ window.Discourse = Ember.Application.createWithMixins(Discourse.Ajax, {
|
|||
return desired && Discourse.get("currentAssetVersion") !== desired;
|
||||
}.property("currentAssetVersion", "desiredAssetVersion"),
|
||||
|
||||
_registerPluginCode(version, code) {
|
||||
_registerPluginCode: function(version, code) {
|
||||
_pluginCallbacks.push({ version: version, code: code });
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue