Closed t2ym closed 8 years ago
this.effectiveLang is unreliable if the lang-updated event handler _updateEffectiveLang is called AFTER other lang-updated event handlers.
this.effectiveLang
lang-updated
_updateEffectiveLang
_updateEffectiveLang is redundant but left as it is for now.
this.effectiveLang
is unreliable if thelang-updated
event handler_updateEffectiveLang
is called AFTER otherlang-updated
event handlers.