Browse Source

Pull request #1449: 无JIRA任务 bugfix

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit '2c762cf0fdea38b8f1dd8da92458f65148e063ff':
  update
es6
guy 4 years ago
parent
commit
c31cda75dc
  1. 3
      src/base/single/html/html.js
  2. 3
      src/base/single/label/html.label.js

3
src/base/single/html/html.js

@ -18,7 +18,8 @@ BI.Html = BI.inherit(BI.Single, {
tgap: 0,
bgap: 0,
text: "",
highLight: false
highLight: false,
handler: null
},
render: function () {

3
src/base/single/label/html.label.js

@ -16,7 +16,8 @@ BI.HtmlLabel = BI.inherit(BI.AbstractLabel, {
whiteSpace: o.whiteSpace,
lineHeight: o.textHeight,
text: o.text,
value: o.value
value: o.value,
handler: o.handler
};
}
});

Loading…
Cancel
Save