~ted/lazr-js/annoying-debug-message

« back to all changes in this revision

Viewing changes to src-js/lazrjs/yui/loader/loader-rollup-min.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-09-09 14:20:30 UTC
  • mfrom: (182.1.3 yui-3.2)
  • Revision ID: launchpad@pqm.canonical.com-20100909142030-13w6vo0ixfysxc15
[r=beuno] Update lazr-js to yui-3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3
3
Code licensed under the BSD License:
4
4
http://developer.yahoo.com/yui/license.html
5
 
version: 3.1.2
6
 
build: 56
 
5
version: 3.2.0
 
6
build: 2676
7
7
*/
8
 
YUI.add("loader-rollup",function(A){A.Loader.prototype._rollup=function(){var H,G,F,L,K={},B=this.required,D,E=this.moduleInfo,C,I,J;if(this.dirty||!this.rollups){for(H in E){if(E.hasOwnProperty(H)){F=this.getModule(H);if(F&&F.rollup){K[H]=F;}}}this.rollups=K;this.forceMap=(this.force)?A.Array.hash(this.force):{};}for(;;){C=false;for(H in K){if(K.hasOwnProperty(H)){if(!B[H]&&((!this.loaded[H])||this.forceMap[H])){F=this.getModule(H);L=F.supersedes||[];D=false;if(!F.rollup){continue;}I=0;for(G=0;G<L.length;G=G+1){J=E[L[G]];if(this.loaded[L[G]]&&!this.forceMap[L[G]]){D=false;break;}else{if(B[L[G]]&&F.type==J.type){I++;D=(I>=F.rollup);if(D){break;}}}}if(D){B[H]=true;C=true;this.getRequires(F);}}}}if(!C){break;}}};},"3.1.2",{requires:["loader-base"]});
 
 
b'\\ No newline at end of file'
 
8
YUI.add("loader-rollup",function(a){a.Loader.prototype._rollup=function(){var k,h,g,p,o={},b=this.required,e,f=this.moduleInfo,d,l,n;if(this.dirty||!this.rollups){for(k in f){if(f.hasOwnProperty(k)){g=this.getModule(k);if(g&&g.rollup){o[k]=g;}}}this.rollups=o;this.forceMap=(this.force)?a.Array.hash(this.force):{};}for(;;){d=false;for(k in o){if(o.hasOwnProperty(k)){if(!b[k]&&((!this.loaded[k])||this.forceMap[k])){g=this.getModule(k);p=g.supersedes||[];e=false;if(!g.rollup){continue;}l=0;for(h=0;h<p.length;h=h+1){n=f[p[h]];if(this.loaded[p[h]]&&!this.forceMap[p[h]]){e=false;break;}else{if(b[p[h]]&&g.type==n.type){l++;e=(l>=g.rollup);if(e){break;}}}}if(e){b[k]=true;d=true;this.getRequires(g);}}}}if(!d){break;}}};},"3.2.0",{requires:["loader-base"]});
 
 
b'\\ No newline at end of file'