提交 2818e3a6 编写于 作者: Y yancen

[case config]修改关于stop的判断

上级 0200849a
......@@ -19,8 +19,8 @@
var domUtils = baidu.editor.dom.domUtils;
var div_dom = document.body.appendChild( document.createElement( 'div' ) );
div_dom.id = 'test';
stop();
setTimeout(function(){
// stop();
// setTimeout(function(){
te.dom.push( div );
te.dom.push( iframe );
te.dom.push( div_dom);
......@@ -28,7 +28,7 @@
te.obj.push( editor );
te.obj.push( range );
te.obj.push( domUtils );
},50);
// },50);
}
var s = QUnit.testStart;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册