examples/form/signature.svg
authorChris <chris@roojs.com>
Tue, 8 Oct 2013 11:45:56 +0000 (19:45 +0800)
committerChris <chris@roojs.com>
Tue, 8 Oct 2013 11:45:56 +0000 (19:45 +0800)
examples/form/signature.svg

index d57afae..8793bd8 100644 (file)
@@ -23,7 +23,7 @@
             signaturePath += 'M' + getCoords(e) + ' ';
             p.setAttribute('d', signaturePath);
             isDown = true;
-
+console.log('up');
             if (isTouchEvent(e)) e.preventDefault();
         }