windy 6 years ago
parent
commit
8063f48f7e
  1. 1
      dist/base.js
  2. 1
      dist/bundle.ie.js
  3. 4
      dist/bundle.ie.min.js
  4. 1
      dist/bundle.js
  5. 4
      dist/bundle.min.js
  6. 1
      dist/fineui.ie.js
  7. 4
      dist/fineui.ie.min.js
  8. 1
      dist/fineui.js
  9. 4
      dist/fineui.min.js
  10. 1
      dist/fineui_without_jquery_polyfill.js
  11. 2
      dist/utils.min.js
  12. 1
      src/base/single/label/label.js

1
dist/base.js vendored

@ -10807,7 +10807,6 @@ BI.Label = BI.inherit(BI.Single, {
var o = this.options;
return {
type: "bi.text",
textAlign: o.textAlign,
whiteSpace: o.whiteSpace,
lineHeight: o.textHeight,
text: o.text,

1
dist/bundle.ie.js vendored

@ -45902,7 +45902,6 @@ BI.Label = BI.inherit(BI.Single, {
var o = this.options;
return {
type: "bi.text",
textAlign: o.textAlign,
whiteSpace: o.whiteSpace,
lineHeight: o.textHeight,
text: o.text,

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/bundle.js vendored

@ -46306,7 +46306,6 @@ BI.Label = BI.inherit(BI.Single, {
var o = this.options;
return {
type: "bi.text",
textAlign: o.textAlign,
whiteSpace: o.whiteSpace,
lineHeight: o.textHeight,
text: o.text,

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fineui.ie.js vendored

@ -46147,7 +46147,6 @@ BI.Label = BI.inherit(BI.Single, {
var o = this.options;
return {
type: "bi.text",
textAlign: o.textAlign,
whiteSpace: o.whiteSpace,
lineHeight: o.textHeight,
text: o.text,

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fineui.js vendored

@ -46551,7 +46551,6 @@ BI.Label = BI.inherit(BI.Single, {
var o = this.options;
return {
type: "bi.text",
textAlign: o.textAlign,
whiteSpace: o.whiteSpace,
lineHeight: o.textHeight,
text: o.text,

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fineui_without_jquery_polyfill.js vendored

@ -33533,7 +33533,6 @@ BI.Label = BI.inherit(BI.Single, {
var o = this.options;
return {
type: "bi.text",
textAlign: o.textAlign,
whiteSpace: o.whiteSpace,
lineHeight: o.textHeight,
text: o.text,

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

1
src/base/single/label/label.js

@ -28,7 +28,6 @@ BI.Label = BI.inherit(BI.Single, {
var o = this.options;
return {
type: "bi.text",
textAlign: o.textAlign,
whiteSpace: o.whiteSpace,
lineHeight: o.textHeight,
text: o.text,

Loading…
Cancel
Save