FIX: Another ES2015 feature that snuck by

This commit is contained in:
Robin Ward 2016-03-18 14:53:25 -04:00
parent b4f306ce03
commit b83b9d2b75
1 changed files with 1 additions and 1 deletions

View File

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