Roo/grid/Grid.js
authorAlan Knowles <alan@roojs.com>
Fri, 20 Dec 2013 03:18:55 +0000 (11:18 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 20 Dec 2013 03:18:55 +0000 (11:18 +0800)
Roo/grid/Grid.js

index 5bb36c9..3f7d87f 100644 (file)
@@ -581,8 +581,8 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, {
         this.processEvent("click", e);
     },
    // private
-    onTouch : function(e){
-        this.processEvent("touch", e);
+    onTouchEnd : function(e){
+        this.processEvent("touchend", e);
     },
 
     // private