Changeset 12808
- Timestamp:
- 03/01/08 23:02:14 (6 months ago)
- Location:
- dojo/trunk
- Files:
-
- 1 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/dojo.js
r7729 r12808 75 75 } 76 76 var tmps = ["bootstrap.js", "loader.js", "hostenv_"+hostEnv+".js"]; 77 if (this.Jaxer) { 78 this.load = Jaxer.load; 79 } 77 80 78 81 if( … … 129 132 130 133 for(var x=0; x < tmps.length; x++){ 131 if(isRhino||isSpidermonkey ){134 if(isRhino||isSpidermonkey||this.Jaxer){ 132 135 load(tmps[x]); 133 136 }else{