Changeset 12808

Show
Ignore:
Timestamp:
03/01/08 23:02:14 (6 months ago)
Author:
jburke
Message:

Refs #5878: initial jaxer support. The oncallback() usage of Jaxer does not work yet, but the normal page request version does. \!strict for dojo.js

Location:
dojo/trunk
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/dojo.js

    r7729 r12808  
    7575                } 
    7676                var tmps = ["bootstrap.js", "loader.js", "hostenv_"+hostEnv+".js"]; 
     77                if (this.Jaxer) { 
     78                        this.load = Jaxer.load; 
     79                } 
    7780         
    7881                if( 
     
    129132         
    130133                for(var x=0; x < tmps.length; x++){ 
    131                         if(isRhino||isSpidermonkey){ 
     134                        if(isRhino||isSpidermonkey||this.Jaxer){ 
    132135                                load(tmps[x]); 
    133136                        }else{