guy 7 years ago
parent
commit
b6ddd0b6ad
  1. 3
      bi/base.js
  2. 3
      dist/base.js
  3. 3
      dist/bundle.js
  4. 2
      dist/bundle.min.js
  5. 3
      src/base/richeditor/bar/button.richeditor.js

3
bi/base.js

@ -16098,8 +16098,7 @@ BI.RichEditorAction = BI.inherit(BI.Widget, {
return BI.extend(BI.RichEditorAction.superclass._defaultConfig.apply(this, arguments), {
width: 20,
height: 20,
command: "",
disabled: true
command: ""
});
},

3
dist/base.js vendored

@ -16098,8 +16098,7 @@ BI.RichEditorAction = BI.inherit(BI.Widget, {
return BI.extend(BI.RichEditorAction.superclass._defaultConfig.apply(this, arguments), {
width: 20,
height: 20,
command: "",
disabled: true
command: ""
});
},

3
dist/bundle.js vendored

@ -44904,8 +44904,7 @@ BI.RichEditorAction = BI.inherit(BI.Widget, {
return BI.extend(BI.RichEditorAction.superclass._defaultConfig.apply(this, arguments), {
width: 20,
height: 20,
command: "",
disabled: true
command: ""
});
},

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

3
src/base/richeditor/bar/button.richeditor.js

@ -10,8 +10,7 @@ BI.RichEditorAction = BI.inherit(BI.Widget, {
return BI.extend(BI.RichEditorAction.superclass._defaultConfig.apply(this, arguments), {
width: 20,
height: 20,
command: "",
disabled: true
command: ""
});
},

Loading…
Cancel
Save