Skip to content

Commit

Permalink
Creates release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jagracar committed Sep 28, 2018
1 parent 08c6a14 commit ebb91ab
Show file tree
Hide file tree
Showing 7 changed files with 5,540 additions and 8 deletions.
2 changes: 0 additions & 2 deletions lib/grafica.js
Original file line number Diff line number Diff line change
Expand Up @@ -5396,7 +5396,6 @@ GPlot.prototype.mouseDownEvent = function(event) {
// Add the mousemove and mouseup event listeners
document.addEventListener('mousemove', this.mouseMoveListener, false);
document.addEventListener('mouseup', this.mouseUpListener, false);
//e.preventDefault();
}
}
};
Expand Down Expand Up @@ -5464,7 +5463,6 @@ GPlot.prototype.touchStartEvent = function(event) {
document.addEventListener('touchmove', this.touchMoveListener, {passive: false});
document.addEventListener('touchend', this.touchEndListener, false);
document.addEventListener('touchcancel', this.touchEndListener, false);
//e.preventDefault();
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion lib/grafica.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit ebb91ab

Please sign in to comment.