windy 7 years ago
parent
commit
6d8b582837
  1. 2
      dist/base.js
  2. 2
      dist/bundle.js
  3. 2
      src/base/single/editor/editor.code.js

2
dist/base.js vendored

@ -18187,7 +18187,7 @@ BI.CodeEditor = BI.inherit(BI.Single, {
} }
if (BI.isNotNull(o.style)) { if (BI.isNotNull(o.style)) {
self.setStyle(o.style); this.setStyle(o.style);
} }
}, },

2
dist/bundle.js vendored

@ -53935,7 +53935,7 @@ BI.CodeEditor = BI.inherit(BI.Single, {
} }
if (BI.isNotNull(o.style)) { if (BI.isNotNull(o.style)) {
self.setStyle(o.style); this.setStyle(o.style);
} }
}, },

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

@ -96,7 +96,7 @@ BI.CodeEditor = BI.inherit(BI.Single, {
} }
if (BI.isNotNull(o.style)) { if (BI.isNotNull(o.style)) {
self.setStyle(o.style); this.setStyle(o.style);
} }
}, },

Loading…
Cancel
Save