Changeset 13232
- Timestamp:
- 03/26/08 10:18:33 (8 months ago)
- Files:
-
- 1 modified
-
util/trunk/buildscripts/jslib/buildUtil.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/trunk/buildscripts/jslib/buildUtil.js
r13081 r13232 456 456 //to the end than the beginning. 457 457 var i18nXdEntry = null; 458 for(var i18nIndex = depList.length - 1; i18nIndex >= 0; i --){458 for(var i18nIndex = depList.length - 1; i18nIndex >= 0; i18nIndex--){ 459 459 if(depList[i18nIndex].match(/\/dojo\/i18n\.js$/)){ 460 460 i18nXdEntry = depList.splice(i18nIndex, 1)[0];