提交 9b2d0564 编写于 作者: C Catouse

* remove unused function code.

上级 e44161ba
......@@ -79,17 +79,6 @@
// our public object; augmented after our private API
var exports = {};
function judgeClientLang() {
var lang;
if(typeof(config) != 'undefined' && config.clientLang) {
lang = config.clientLang;
} else {
var hl = $('html').attr('lang');
lang = hl ? hl : 'en';
}
return lang.replace('-', '_').toLowerCase();
}
/**
* @private
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册