From a1a9e3107a89f32fe97298d5d11a975d29719fbf Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 28 Jul 2017 15:45:19 +0800 Subject: [PATCH] update --- demo/js/base/editor/demo.code_editor.js | 1 - docs/demo.js | 1 - 2 files changed, 2 deletions(-) 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,