Browse Source

Merge pull request #179 in FUI/fineui from ~GUY/fineui:master to master

* commit 'd821aee199009a356cfeecf04556cc074d818c6c':
  逗号
es6
guy 7 years ago
parent
commit
cd0244cf9f
  1. 2
      bi/base.js
  2. 2
      dist/base.js
  3. 2
      dist/bundle.js
  4. 2
      src/base/richeditor/plugins/button.param.js

2
bi/base.js

@ -16864,7 +16864,7 @@ BI.RichEditorParamButton = BI.inherit(BI.RichEditorParamAction, {
_defaultConfig: function () {
return BI.extend(BI.RichEditorParamButton.superclass._defaultConfig.apply(this, arguments), {
width: 20,
height: 20,
height: 20
});
},

2
dist/base.js vendored

@ -16864,7 +16864,7 @@ BI.RichEditorParamButton = BI.inherit(BI.RichEditorParamAction, {
_defaultConfig: function () {
return BI.extend(BI.RichEditorParamButton.superclass._defaultConfig.apply(this, arguments), {
width: 20,
height: 20,
height: 20
});
},

2
dist/bundle.js vendored

@ -42605,7 +42605,7 @@ BI.RichEditorParamButton = BI.inherit(BI.RichEditorParamAction, {
_defaultConfig: function () {
return BI.extend(BI.RichEditorParamButton.superclass._defaultConfig.apply(this, arguments), {
width: 20,
height: 20,
height: 20
});
},

2
src/base/richeditor/plugins/button.param.js

@ -8,7 +8,7 @@ BI.RichEditorParamButton = BI.inherit(BI.RichEditorParamAction, {
_defaultConfig: function () {
return BI.extend(BI.RichEditorParamButton.superclass._defaultConfig.apply(this, arguments), {
width: 20,
height: 20,
height: 20
});
},

Loading…
Cancel
Save