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

2
dist/base.js vendored

@ -402,8 +402,6 @@ BI.Single = BI.inherit(BI.Widget, {
},
_clearTimeOut: function () {
console.log(this.showTimeout);
console.log(BI.isNotNull(this.showTimeout));
if (BI.isNotNull(this.showTimeout)) {
clearTimeout(this.showTimeout);
this.showTimeout = null;

2
dist/bundle.ie.js vendored

@ -35488,8 +35488,6 @@ BI.Single = BI.inherit(BI.Widget, {
},
_clearTimeOut: function () {
console.log(this.showTimeout);
console.log(BI.isNotNull(this.showTimeout));
if (BI.isNotNull(this.showTimeout)) {
clearTimeout(this.showTimeout);
this.showTimeout = null;

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.js vendored

@ -35892,8 +35892,6 @@ BI.Single = BI.inherit(BI.Widget, {
},
_clearTimeOut: function () {
console.log(this.showTimeout);
console.log(BI.isNotNull(this.showTimeout));
if (BI.isNotNull(this.showTimeout)) {
clearTimeout(this.showTimeout);
this.showTimeout = null;

58
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.ie.js vendored

@ -35730,8 +35730,6 @@ BI.Single = BI.inherit(BI.Widget, {
},
_clearTimeOut: function () {
console.log(this.showTimeout);
console.log(BI.isNotNull(this.showTimeout));
if (BI.isNotNull(this.showTimeout)) {
clearTimeout(this.showTimeout);
this.showTimeout = null;

2
dist/fineui.js vendored

@ -36134,8 +36134,6 @@ BI.Single = BI.inherit(BI.Widget, {
},
_clearTimeOut: function () {
console.log(this.showTimeout);
console.log(BI.isNotNull(this.showTimeout));
if (BI.isNotNull(this.showTimeout)) {
clearTimeout(this.showTimeout);
this.showTimeout = null;

2
dist/fineui_without_jquery_polyfill.js vendored

@ -24644,8 +24644,6 @@ BI.Single = BI.inherit(BI.Widget, {
},
_clearTimeOut: function () {
console.log(this.showTimeout);
console.log(BI.isNotNull(this.showTimeout));
if (BI.isNotNull(this.showTimeout)) {
clearTimeout(this.showTimeout);
this.showTimeout = null;

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

2
src/base/single/single.js

@ -60,8 +60,6 @@ BI.Single = BI.inherit(BI.Widget, {
},
_clearTimeOut: function () {
console.log(this.showTimeout);
console.log(BI.isNotNull(this.showTimeout));
if (BI.isNotNull(this.showTimeout)) {
clearTimeout(this.showTimeout);
this.showTimeout = null;

Loading…
Cancel
Save