mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-19 12:00:01 +01:00
Cleans code.
This commit is contained in:
parent
fbfbcd0439
commit
1be5e121b3
@ -1,12 +1,5 @@
|
||||
|
||||
modulejs.define('core/langs', ['config', '_'], function (config, _) {
|
||||
|
||||
var langs = {};
|
||||
|
||||
_.each(_.extend({}, config.langs), function (trans, lang) {
|
||||
|
||||
langs[lang] = trans;
|
||||
});
|
||||
|
||||
return langs;
|
||||
return _.extend({}, config.langs);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user