[fusion-commits] r2247 - sandbox/jxlib-3.0/lib
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Wed Oct 13 13:27:18 EDT 2010
Author: pagameba
Date: 2010-10-13 10:27:18 -0700 (Wed, 13 Oct 2010)
New Revision: 2247
Modified:
sandbox/jxlib-3.0/lib/jxlib.uncompressed.js
Log:
update jxlib with small bug fix for record updates in grid.
Modified: sandbox/jxlib-3.0/lib/jxlib.uncompressed.js
===================================================================
--- sandbox/jxlib-3.0/lib/jxlib.uncompressed.js 2010-10-13 15:24:06 UTC (rev 2246)
+++ sandbox/jxlib-3.0/lib/jxlib.uncompressed.js 2010-10-13 17:27:18 UTC (rev 2247)
@@ -21250,9 +21250,7 @@
$H(responseData[index]).each(function (val, key) {
var d = record.set(key, val);
if (d[1] != val) {
- if ($defined(response.index)) {
- d.unshift(response.index);
- }
+ d.unshift(index);
record.store.fireEvent('storeColumnChanged', d);
}
});
More information about the fusion-commits
mailing list