Roo/bootstrap/TabGroup.js
authorEdward <edward@roojs.com>
Thu, 13 Aug 2015 05:10:21 +0000 (13:10 +0800)
committerEdward <edward@roojs.com>
Thu, 13 Aug 2015 05:10:21 +0000 (13:10 +0800)
Roo/bootstrap/TabGroup.js

index 9246f92..96cd016 100644 (file)
@@ -123,7 +123,8 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
         if (false === cur.fireEvent('beforedeactivate')) {
             return false;
         }
-        
+        Roo.log(Roo.get(document.body).dom.style.transition);
+        Roo.log(typeof(Roo.get(document.body).dom.style.transition));
         if (this.carousel && typeof(Roo.get(document.body).dom.style.transition != 'undefined')) {
             this.transition = true;
             var dir = this.indexOfPanel(pan) > this.indexOfPanel(cur)  ? 'next' : 'prev';