guy 7 years ago
parent
commit
f67ca8e65a
  1. 4
      src/base/single/editor/editor.code.js

4
src/base/single/editor/editor.code.js

@ -142,6 +142,10 @@ BI.CodeEditor = BI.inherit(BI.Single, {
this.editor.focus();
},
blur: function () {
this.editor.getInputField().blur();
},
setStyle: function (style) {
this.style = style;
this.element.css(style);

Loading…
Cancel
Save