angularjs mobile v0.1

This commit is contained in:
life
2014-05-14 22:23:35 +08:00
parent 88ad35e9be
commit ab5e5c7b76
103 changed files with 12466 additions and 9 deletions

View File

@ -818,4 +818,4 @@ LEA.isMobile = u.indexOf('Android')>-1 || u.indexOf('Linux')>-1;
// 国际化
function getMsg(key) {
return MSG[key] || key;
}
}