Roo/bootstrap/TabPanel.js
authoredward <edward@roojs.com>
Tue, 17 Oct 2017 03:34:43 +0000 (11:34 +0800)
committeredward <edward@roojs.com>
Tue, 17 Oct 2017 03:34:43 +0000 (11:34 +0800)
Roo/bootstrap/TabPanel.js

index 7168c8f..2d73ba8 100644 (file)
@@ -135,6 +135,15 @@ Roo.extend(Roo.bootstrap.TabPanel, Roo.bootstrap.Component,  {
     onTouchStart : function(e)
     {
         e.preventDefault();
+        
+        Roo.log('on touch start');
+    },
+    
+    onTouchEnd : function(e)
+    {
+        e.preventDefault();
+        
+        Roo.log('on touch end');
     }