mobomo / sketch.js

A jQuery plugin for dead simple Canvas-based drawing.
http://intridea.github.com/sketch.js
291 stars 110 forks source link

fixed touchend bug from isse #7 #8

Open piffie opened 11 years ago

piffie commented 11 years ago

on touchend there is no targetTouches events. therefore it raises an exception. used the coords from the originalEvent fix for issue #7