windy 7 years ago
parent
commit
a1a9e3107a
  1. 1
      demo/js/base/editor/demo.code_editor.js
  2. 1
      docs/demo.js

1
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,

1
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,

Loading…
Cancel
Save