Another build

This commit is contained in:
Evert Timberg 2015-11-27 17:37:42 -05:00
parent e5244b7dba
commit f0555af8cc
2 changed files with 4 additions and 4 deletions

2
Chart.js vendored
View File

@ -753,7 +753,7 @@
canvas = evt.currentTarget || evt.srcElement,
boundingRect = canvas.getBoundingClientRect();
if (e.touches) {
if (e.touches && e.touches.length > 0) {
mouseX = e.touches[0].clientX;
mouseY = e.touches[0].clientY;

2
Chart.min.js vendored

File diff suppressed because one or more lines are too long