mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
FIX: Another ES2015 feature that snuck by
This commit is contained in:
@ -148,7 +148,7 @@ window.Discourse = Ember.Application.createWithMixins(Discourse.Ajax, {
|
|||||||
return desired && Discourse.get("currentAssetVersion") !== desired;
|
return desired && Discourse.get("currentAssetVersion") !== desired;
|
||||||
}.property("currentAssetVersion", "desiredAssetVersion"),
|
}.property("currentAssetVersion", "desiredAssetVersion"),
|
||||||
|
|
||||||
_registerPluginCode(version, code) {
|
_registerPluginCode: function(version, code) {
|
||||||
_pluginCallbacks.push({ version: version, code: code });
|
_pluginCallbacks.push({ version: version, code: code });
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user