Changeset 13232

Show
Ignore:
Timestamp:
03/26/08 10:18:33 (8 months ago)
Author:
jburke
Message:

Refs #6336: I thought I fixed this previously, but I guess I forgot to check it in. Keeping the ticket open for now so I can apply the fix to the 1.1 branch when it becomes available. \!strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/trunk/buildscripts/jslib/buildUtil.js

    r13081 r13232  
    456456                                //to the end than the beginning. 
    457457                                var i18nXdEntry = null; 
    458                                 for(var i18nIndex = depList.length - 1; i18nIndex >= 0; i--){ 
     458                                for(var i18nIndex = depList.length - 1; i18nIndex >= 0; i18nIndex--){ 
    459459                                        if(depList[i18nIndex].match(/\/dojo\/i18n\.js$/)){ 
    460460                                                i18nXdEntry = depList.splice(i18nIndex, 1)[0];