Skip to content

Commit ebb91ab

Browse files
committed
Creates release version 0.3.1
1 parent 08c6a14 commit ebb91ab

7 files changed

Lines changed: 5540 additions & 8 deletions

File tree

lib/grafica.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5396,7 +5396,6 @@ GPlot.prototype.mouseDownEvent = function(event) {
53965396
// Add the mousemove and mouseup event listeners
53975397
document.addEventListener('mousemove', this.mouseMoveListener, false);
53985398
document.addEventListener('mouseup', this.mouseUpListener, false);
5399-
//e.preventDefault();
54005399
}
54015400
}
54025401
};
@@ -5464,7 +5463,6 @@ GPlot.prototype.touchStartEvent = function(event) {
54645463
document.addEventListener('touchmove', this.touchMoveListener, {passive: false});
54655464
document.addEventListener('touchend', this.touchEndListener, false);
54665465
document.addEventListener('touchcancel', this.touchEndListener, false);
5467-
//e.preventDefault();
54685466
}
54695467
}
54705468
};

lib/grafica.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)