Roo/grid/Grid.js
authorAlan Knowles <alan@roojs.com>
Fri, 20 Dec 2013 02:52:16 +0000 (10:52 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 20 Dec 2013 02:52:16 +0000 (10:52 +0800)
Roo/grid/Grid.js

index d4742a8..0f37755 100644 (file)
@@ -549,6 +549,10 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, {
     onClick : function(e){
         this.processEvent("click", e);
     },
+   // private
+    onTouch : function(e){
+        this.processEvent("touch", e);
+    },
 
     // private
     onContextMenu : function(e, t){