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

index be4a5a2..c7cc5ef 100644 (file)
@@ -127,6 +127,7 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
         Roo.log(typeof(Roo.get(document.body).dom.style.transition));
         
         if (this.carousel && typeof(Roo.get(document.body).dom.style.transition != 'undefined')) {
+            Roo.log('in>?????????????????????????????');
             this.transition = true;
             var dir = this.indexOfPanel(pan) > this.indexOfPanel(cur)  ? 'next' : 'prev';
             var lr = dir == 'next' ? 'left' : 'right';