Skip to content

Commit

Permalink
Build files
Browse files Browse the repository at this point in the history
  • Loading branch information
natecavanaugh committed Apr 11, 2012
1 parent 8622d6d commit 962a958
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions build/aui-tabs/aui-tabs-base-debug.js
Expand Up @@ -406,6 +406,8 @@ var TabView = A.Component.create(

tab.render(listNode);

tab.set('tabView', instance);

if (before) {
listNode.insert(tab.get(BOUNDING_BOX), before.get(BOUNDING_BOX));
}
Expand All @@ -424,8 +426,6 @@ var TabView = A.Component.create(
if (tab.get('active')) {
instance.set('activeTab', tab);
}

tab.set('tabView', instance);
},

deselectTab: function(index){
Expand Down
2 changes: 1 addition & 1 deletion build/aui-tabs/aui-tabs-base-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/aui-tabs/aui-tabs-base.js
Expand Up @@ -406,6 +406,8 @@ var TabView = A.Component.create(

tab.render(listNode);

tab.set('tabView', instance);

if (before) {
listNode.insert(tab.get(BOUNDING_BOX), before.get(BOUNDING_BOX));
}
Expand All @@ -424,8 +426,6 @@ var TabView = A.Component.create(
if (tab.get('active')) {
instance.set('activeTab', tab);
}

tab.set('tabView', instance);
},

deselectTab: function(index){
Expand Down
6 changes: 3 additions & 3 deletions build/aui-tabs/aui-tabs-debug.js
Expand Up @@ -406,6 +406,8 @@ var TabView = A.Component.create(

tab.render(listNode);

tab.set('tabView', instance);

if (before) {
listNode.insert(tab.get(BOUNDING_BOX), before.get(BOUNDING_BOX));
}
Expand All @@ -424,8 +426,6 @@ var TabView = A.Component.create(
if (tab.get('active')) {
instance.set('activeTab', tab);
}

tab.set('tabView', instance);
},

deselectTab: function(index){
Expand Down Expand Up @@ -970,5 +970,5 @@ A.namespace('Plugin').TabViewMenu = TabViewMenu;
}, '@VERSION@' ,{requires:['aui-component','aui-state-interaction','aui-tabs-base','aui-overlay-context','plugin']});


AUI.add('aui-tabs', function(A){}, '@VERSION@' ,{use:['aui-tabs-base','aui-tabs-menu-plugin'], skinnable:true});
AUI.add('aui-tabs', function(A){}, '@VERSION@' ,{skinnable:true, use:['aui-tabs-base','aui-tabs-menu-plugin']});

0 comments on commit 962a958

Please sign in to comment.