Skip to content

Commit

Permalink
Merge branch 'master' of yuisource.corp.yahoo.com:yui3
Browse files Browse the repository at this point in the history
  • Loading branch information
allenrabinovich committed Aug 29, 2012
2 parents 031daa7 + 6b33c38 commit 68f0aa4
Show file tree
Hide file tree
Showing 196 changed files with 43,522 additions and 13,146 deletions.
292 changes: 146 additions & 146 deletions build/app-base/app-base-coverage.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/app-base/app-base-debug.js
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
YUI.add('app-base', function(Y) { YUI.add('app-base', function (Y, NAME) {


/** /**
The App Framework provides simple MVC-like building blocks (models, model lists, The App Framework provides simple MVC-like building blocks (models, model lists,
Expand Down Expand Up @@ -1075,4 +1075,4 @@ Default `serverRouting` attribute value for all apps.
**/ **/




}, '@VERSION@' ,{requires:['classnamemanager', 'pjax-base', 'router', 'view']}); }, '@VERSION@', {"requires": ["classnamemanager", "pjax-base", "router", "view"]});
2 changes: 1 addition & 1 deletion build/app-base/app-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/app-base/app-base.js
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
YUI.add('app-base', function(Y) { YUI.add('app-base', function (Y, NAME) {


/** /**
The App Framework provides simple MVC-like building blocks (models, model lists, The App Framework provides simple MVC-like building blocks (models, model lists,
Expand Down Expand Up @@ -1075,4 +1075,4 @@ Default `serverRouting` attribute value for all apps.
**/ **/




}, '@VERSION@' ,{requires:['classnamemanager', 'pjax-base', 'router', 'view']}); }, '@VERSION@', {"requires": ["classnamemanager", "pjax-base", "router", "view"]});
1 change: 1 addition & 0 deletions build/app-transitions-css/app-transitions-css.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }

/* YUI CSS Detection Stamp */ /* YUI CSS Detection Stamp */
#yui3-css-stamp.app-transitions-css { display: none; } #yui3-css-stamp.app-transitions-css { display: none; }
Loading

0 comments on commit 68f0aa4

Please sign in to comment.