diff --git a/demo/js/base/editor/demo.code_editor.js b/demo/js/base/editor/demo.code_editor.js index 79ca16f6c..654fa54ed 100644 --- a/demo/js/base/editor/demo.code_editor.js +++ b/demo/js/base/editor/demo.code_editor.js @@ -9,7 +9,6 @@ Demo.CodeEditor = BI.inherit(BI.Widget, { width: 600, height: 400 }); - editor.setValue("select * from ${123} where ${456} = sdsds"); BI.createWidget({ type: "bi.vertical", element: this, diff --git a/docs/demo.js b/docs/demo.js index 6d84489f7..56b511584 100644 --- a/docs/demo.js +++ b/docs/demo.js @@ -611,7 +611,6 @@ BI.shortcut("demo.svg", Demo.Func);Demo.CodeEditor = BI.inherit(BI.Widget, { width: 600, height: 400 }); - editor.setValue("select * from ${123} where ${456} = sdsds"); BI.createWidget({ type: "bi.vertical", element: this,