mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 18:45:30 +08:00
FIX: experimental fix to Ember.ENV.EXTEND_PROTOTYPES rare exception (#7133)
This commit is contained in:
parent
0a4562253e
commit
02492679bd
2
vendor/assets/javascripts/i18n-patches.js
vendored
2
vendor/assets/javascripts/i18n-patches.js
vendored
@ -13,7 +13,7 @@
|
||||
return oldI18ntoHumanSize.apply(this, [number, options]);
|
||||
};
|
||||
|
||||
if (Ember.ENV.EXTEND_PROTOTYPES) {
|
||||
if (Ember.typeOf(String.prototype.w) === "function") {
|
||||
String.prototype.i18n = function(options) {
|
||||
return I18n.t(String(this), options);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user