[open-ils-commits] r11028 - trunk/Open-ILS/web/js/dojo/openils/acq
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Nov 3 10:37:10 EST 2008
Author: erickson
Date: 2008-11-03 10:37:07 -0500 (Mon, 03 Nov 2008)
New Revision: 11028
Modified:
trunk/Open-ILS/web/js/dojo/openils/acq/Fund.js
Log:
oops, wrong var name
Modified: trunk/Open-ILS/web/js/dojo/openils/acq/Fund.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/acq/Fund.js 2008-11-02 22:41:29 UTC (rev 11027)
+++ trunk/Open-ILS/web/js/dojo/openils/acq/Fund.js 2008-11-03 15:37:07 UTC (rev 11028)
@@ -34,9 +34,9 @@
/** Fetches the list of funds and builds a grid from them */
function mkStore(r) {
- var msg;
+ var src;
var items = [];
- while(msg = openils.Util.readResponse(r)) {
+ while(src = openils.Util.readResponse(r)) {
openils.acq.Fund.cache[src.id()] = src;
items.push(src);
}
More information about the open-ils-commits
mailing list