the change from 'for (var foo in bar)' to 'for (var foo = 0; foo < bar.length; foo...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 16 Feb 2010 06:41:20 +0000 (06:41 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 16 Feb 2010 06:41:20 +0000 (06:41 +0000)
commit9fea2b572ed6a13c7b6239422f0de8cc75649db0
tree69ae130681249d2bf922e9159bbb9775f4602263
parent2c34a17d9e8e5e59ecfbf2e95ebb832c6ea608da
the change from 'for (var foo in bar)' to 'for (var foo = 0; foo < bar.length; foo++)' was breaking things when bar was undefined or null.  lebbeous++

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15543 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/js/dojo/fieldmapper/dojoData.js