Roo/dd/DragDrop.js
authorAlan Knowles <alan@roojs.com>
Tue, 14 Jan 2014 03:34:25 +0000 (11:34 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 14 Jan 2014 03:34:25 +0000 (11:34 +0800)
Roo/dd/DragDrop.js

index ebd6c7c..df3a819 100644 (file)
@@ -828,7 +828,7 @@ Roo.extend(Roo.dd.DragDrop, Roo.util.Observable , {
             //Roo.log('not touch/ button !=0');
             return;
         }
-        if (ev.browserEvent.touches && ev.browserEvent.touches.length != 1) {
+        if (e.browserEvent.touches && e.browserEvent.touches.length != 1) {
             return; // double touch..
         }