Changeset 8070

Show
Ignore:
Timestamp:
04/12/07 10:24:56 (21 months ago)
Author:
jburke
Message:

(merge from r8064 trunk) Dumb copy paste error

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.4/buildscripts/makeDojoJs.js

    r7930 r8070  
    1717var copyright = new String(buildUtil.readFile("copyright.txt")); 
    1818 
    19 var result = buildUtil.makeDojoJs(buildUtil.loadDependencyList(profileFile), version); 
     19var result = buildUtil.makeDojoJs(dependencyResult, version); 
    2020 
    2121//Save the dojo.js contents. It is always the first result.