Roo/bootstrap/TabGroup.js
authoredward <edward@roojs.com>
Tue, 1 Dec 2015 05:35:24 +0000 (13:35 +0800)
committeredward <edward@roojs.com>
Tue, 1 Dec 2015 05:35:24 +0000 (13:35 +0800)
Roo/bootstrap/TabGroup.js

index 13e014b..9cf33be 100644 (file)
@@ -97,7 +97,6 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
         }
         
         if(this.autoslide){
-            
             var _this = this;
             
             this.slideFn = window.setInterval(function() {
@@ -107,10 +106,11 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
         
     },
     
-    onTouchStart : function(a,b,c,d)
+    onTouchStart : function(e, el, o)
     {
         Roo.log('onTouchStart');
-        Roo.log([a,b,c,d]);
+        Roo.log(e);
+        Roo.log(e.getTarget());
     },
     
     getChildContainer : function()