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

2
dist/base.js vendored

@ -897,7 +897,7 @@ BI.BasicButton = BI.inherit(BI.Single, {
el: {
type: "bi.bubble_combo",
trigger: "",
ref:b function () {
ref: function () {
self.combo = this;
},
el: {

2
dist/bundle.ie.js vendored

@ -35983,7 +35983,7 @@ BI.BasicButton = BI.inherit(BI.Single, {
el: {
type: "bi.bubble_combo",
trigger: "",
ref:b function () {
ref: function () {
self.combo = this;
},
el: {

2
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.js vendored

@ -36387,7 +36387,7 @@ BI.BasicButton = BI.inherit(BI.Single, {
el: {
type: "bi.bubble_combo",
trigger: "",
ref:b function () {
ref: function () {
self.combo = this;
},
el: {

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.ie.js vendored

@ -36225,7 +36225,7 @@ BI.BasicButton = BI.inherit(BI.Single, {
el: {
type: "bi.bubble_combo",
trigger: "",
ref:b function () {
ref: function () {
self.combo = this;
},
el: {

2
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.js vendored

@ -36629,7 +36629,7 @@ BI.BasicButton = BI.inherit(BI.Single, {
el: {
type: "bi.bubble_combo",
trigger: "",
ref:b function () {
ref: function () {
self.combo = this;
},
el: {

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui_without_jquery_polyfill.js vendored

@ -25139,7 +25139,7 @@ BI.BasicButton = BI.inherit(BI.Single, {
el: {
type: "bi.bubble_combo",
trigger: "",
ref:b function () {
ref: function () {
self.combo = this;
},
el: {

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

2
src/base/single/button/button.basic.js

@ -229,7 +229,7 @@ BI.BasicButton = BI.inherit(BI.Single, {
el: {
type: "bi.bubble_combo",
trigger: "",
ref:b function () {
ref: function () {
self.combo = this;
},
el: {

Loading…
Cancel
Save