提交 2ec52cce 编写于 作者: T taoqili

table.core

上级 c41e8e49
......@@ -42,11 +42,11 @@
var langImgPath = editor.options.langPath + editor.options.lang + "/images/";
//针对静态资源
for ( var i in lang.static ) {
for ( var i in lang["static"] ) {
var dom = $G( i );
if(!dom) continue;
var tagName = dom.tagName,
content = lang.static[i];
content = lang["static"][i];
if(content.src){
//clone
content = utils.extend({},content,false);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册