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

index a3cbfa4..d57afae 100644 (file)
@@ -38,7 +38,7 @@
 
         function up(e) {
             isDown = false; 
-            Roo.log('up');
+            console.log('up');
             if (isTouchEvent(e)) e.preventDefault();
         }