[open-ils-commits] r9570 - trunk/Open-ILS/web/js/dojo/fieldmapper
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon May 12 22:45:57 EDT 2008
Author: erickson
Date: 2008-05-12 22:45:55 -0400 (Mon, 12 May 2008)
New Revision: 9570
Modified:
trunk/Open-ILS/web/js/dojo/fieldmapper/hash.js
Log:
added missing }
Modified: trunk/Open-ILS/web/js/dojo/fieldmapper/hash.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/fieldmapper/hash.js 2008-05-13 02:42:09 UTC (rev 9569)
+++ trunk/Open-ILS/web/js/dojo/fieldmapper/hash.js 2008-05-13 02:45:55 UTC (rev 9570)
@@ -37,6 +37,7 @@
_hash[this._fields[i]] = null;
else
_hash[this._fields[i]] = '' + this[this._fields[i]]();
+ }
}
return _hash;
}
More information about the open-ils-commits
mailing list