guy 7 years ago
parent
commit
731615b2be
  1. 4
      bi/base.js
  2. 4
      dist/base.js
  3. 4
      dist/bundle.js
  4. 2
      dist/bundle.min.js
  5. 4
      src/base/single/button/button.basic.js

4
bi/base.js

@ -696,7 +696,6 @@ BI.BasicButton = BI.inherit(BI.Single, {
var mouseDown = false;
hand.mousedown(function () {
mouseDown = true;
ev(e);
});
hand.mouseup(function (e) {
if (mouseDown === true) {
@ -777,9 +776,6 @@ BI.BasicButton = BI.inherit(BI.Single, {
hand.mousedown(function (e) {
ev(e);
});
hand.mouseup(function (e) {
ev(e);
});
}
hand.click(clk);
break;

4
dist/base.js vendored

@ -696,7 +696,6 @@ BI.BasicButton = BI.inherit(BI.Single, {
var mouseDown = false;
hand.mousedown(function () {
mouseDown = true;
ev(e);
});
hand.mouseup(function (e) {
if (mouseDown === true) {
@ -777,9 +776,6 @@ BI.BasicButton = BI.inherit(BI.Single, {
hand.mousedown(function (e) {
ev(e);
});
hand.mouseup(function (e) {
ev(e);
});
}
hand.click(clk);
break;

4
dist/bundle.js vendored

@ -26474,7 +26474,6 @@ BI.BasicButton = BI.inherit(BI.Single, {
var mouseDown = false;
hand.mousedown(function () {
mouseDown = true;
ev(e);
});
hand.mouseup(function (e) {
if (mouseDown === true) {
@ -26555,9 +26554,6 @@ BI.BasicButton = BI.inherit(BI.Single, {
hand.mousedown(function (e) {
ev(e);
});
hand.mouseup(function (e) {
ev(e);
});
}
hand.click(clk);
break;

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

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

@ -109,7 +109,6 @@ BI.BasicButton = BI.inherit(BI.Single, {
var mouseDown = false;
hand.mousedown(function () {
mouseDown = true;
ev(e);
});
hand.mouseup(function (e) {
if (mouseDown === true) {
@ -190,9 +189,6 @@ BI.BasicButton = BI.inherit(BI.Single, {
hand.mousedown(function (e) {
ev(e);
});
hand.mouseup(function (e) {
ev(e);
});
}
hand.click(clk);
break;

Loading…
Cancel
Save