Changeset 7340

Show
Ignore:
Timestamp:
02/16/07 20:43:10 (21 months ago)
Author:
jburke
Message:

References #2366. Allow charting to work with xdomain builds. Matching build behavior, but should reconsider how requireIf is supported for 0.9 (see ticket #2468)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.4/src/loader_xd.js

    r7099 r7340  
    370370 
    371371        //The requireAfterIf or requireAfter needs to be evaluated after the current package is evaluated. 
    372         if(dep[0] == "requireAfterIf"){ 
     372        if(dep[0] == "requireAfterIf" || dep[0] == "requireIf"){ 
    373373                newAfterDeps = newDeps; 
    374374                newDeps = null;