Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
AUI-865 - Build files
Browse files Browse the repository at this point in the history
  • Loading branch information
natecavanaugh committed Mar 28, 2013
1 parent 25cb03d commit fef5876
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 32 deletions.
6 changes: 3 additions & 3 deletions build/aui-toggler/assets/aui-toggler-base-core.css
@@ -1,7 +1,7 @@
.aui-toggler-content-collapsed {
display: none;
display: none;
}

.aui-toggler-content-wrapper {
overflow: hidden;
}
overflow: hidden;
}
6 changes: 2 additions & 4 deletions build/aui-toggler/aui-toggler-base-debug.js
Expand Up @@ -18,7 +18,6 @@ var Lang = A.Lang,
CLICK = 'click',
COLLAPSED = 'collapsed',
CONTENT = 'content',
CUBIC_BEZIER = 'cubic-bezier(0.25, 0.1, 0.25, 1)',
DOWN = 'down',
ENTER = 'enter',
ESC = 'esc',
Expand Down Expand Up @@ -106,8 +105,7 @@ var Toggler = A.Component.create({
transition: {
validator: isObject,
value: {
duration: 0.4,
easing: CUBIC_BEZIER
duration: 0.4
}
}

Expand Down Expand Up @@ -280,4 +278,4 @@ var Toggler = A.Component.create({

A.Toggler = Toggler;

}, '@VERSION@' ,{requires:['aui-base','transition'], skinnable:true});
}, '@VERSION@' ,{skinnable:true, requires:['aui-base','transition']});
2 changes: 1 addition & 1 deletion build/aui-toggler/aui-toggler-base-min.js

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

6 changes: 2 additions & 4 deletions build/aui-toggler/aui-toggler-base.js
Expand Up @@ -18,7 +18,6 @@ var Lang = A.Lang,
CLICK = 'click',
COLLAPSED = 'collapsed',
CONTENT = 'content',
CUBIC_BEZIER = 'cubic-bezier(0.25, 0.1, 0.25, 1)',
DOWN = 'down',
ENTER = 'enter',
ESC = 'esc',
Expand Down Expand Up @@ -106,8 +105,7 @@ var Toggler = A.Component.create({
transition: {
validator: isObject,
value: {
duration: 0.4,
easing: CUBIC_BEZIER
duration: 0.4
}
}

Expand Down Expand Up @@ -280,4 +278,4 @@ var Toggler = A.Component.create({

A.Toggler = Toggler;

}, '@VERSION@' ,{requires:['aui-base','transition'], skinnable:true});
}, '@VERSION@' ,{skinnable:true, requires:['aui-base','transition']});
12 changes: 4 additions & 8 deletions build/aui-toggler/aui-toggler-debug.js
Expand Up @@ -18,7 +18,6 @@ var Lang = A.Lang,
CLICK = 'click',
COLLAPSED = 'collapsed',
CONTENT = 'content',
CUBIC_BEZIER = 'cubic-bezier(0.25, 0.1, 0.25, 1)',
DOWN = 'down',
ENTER = 'enter',
ESC = 'esc',
Expand Down Expand Up @@ -106,8 +105,7 @@ var Toggler = A.Component.create({
transition: {
validator: isObject,
value: {
duration: 0.4,
easing: CUBIC_BEZIER
duration: 0.4
}
}

Expand Down Expand Up @@ -280,8 +278,7 @@ var Toggler = A.Component.create({

A.Toggler = Toggler;

}, '@VERSION@' ,{requires:['aui-base','transition'], skinnable:true});

}, '@VERSION@' ,{skinnable:true, requires:['aui-base','transition']});
AUI.add('aui-toggler-delegate', function(A) {
var Lang = A.Lang,
isBoolean = Lang.isBoolean,
Expand Down Expand Up @@ -467,9 +464,8 @@ var TogglerDelegate = A.Component.create({

A.TogglerDelegate = TogglerDelegate;

}, '@VERSION@' ,{requires:['aui-toggler-base'], skinnable:false});

}, '@VERSION@' ,{skinnable:false, requires:['aui-toggler-base']});


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

2 changes: 1 addition & 1 deletion build/aui-toggler/aui-toggler-delegate-debug.js
Expand Up @@ -183,4 +183,4 @@ var TogglerDelegate = A.Component.create({

A.TogglerDelegate = TogglerDelegate;

}, '@VERSION@' ,{requires:['aui-toggler-base'], skinnable:false});
}, '@VERSION@' ,{skinnable:false, requires:['aui-toggler-base']});
2 changes: 1 addition & 1 deletion build/aui-toggler/aui-toggler-delegate-min.js

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

2 changes: 1 addition & 1 deletion build/aui-toggler/aui-toggler-delegate.js
Expand Up @@ -183,4 +183,4 @@ var TogglerDelegate = A.Component.create({

A.TogglerDelegate = TogglerDelegate;

}, '@VERSION@' ,{requires:['aui-toggler-base'], skinnable:false});
}, '@VERSION@' ,{skinnable:false, requires:['aui-toggler-base']});

0 comments on commit fef5876

Please sign in to comment.