[fusion-commits] r2309 - trunk/lib
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Mon Dec 20 15:30:06 EST 2010
Author: pagameba
Date: 2010-12-20 12:30:06 -0800 (Mon, 20 Dec 2010)
New Revision: 2309
Modified:
trunk/lib/jxlib.uncompressed.js
Log:
remove trailing comma, fix problem in table display for IE
Modified: trunk/lib/jxlib.uncompressed.js
===================================================================
--- trunk/lib/jxlib.uncompressed.js 2010-12-17 20:57:07 UTC (rev 2308)
+++ trunk/lib/jxlib.uncompressed.js 2010-12-20 20:30:06 UTC (rev 2309)
@@ -20317,7 +20317,7 @@
resp.code = Jx.Store.Response.WAITING;
return resp;
- },
+ }
});
/**
@@ -31927,7 +31927,7 @@
});
tr.set('html', this.rowTemplate.substitute(data));
domInserts.each(function(obj) {
- tr.childNodes[obj.index].adopt(obj.column.getHTML());
+ documennt.id(tr.childNodes[obj.index]).adopt(obj.column.getHTML());
});
},
@@ -33691,7 +33691,7 @@
...
*/
-// $Id: grid.selector.js 995 2010-10-25 14:47:15Z pagameba $
+// $Id: grid.selector.js 1003 2010-12-17 20:58:01Z pagameba $
/**
* Class: Jx.Plugin.Grid.Selector
*
@@ -34712,7 +34712,7 @@
- emblems.png
...
*/
-// $Id: grid.sorter.js 992 2010-10-07 19:28:37Z pagameba $
+// $Id: grid.sorter.js 1002 2010-12-17 20:57:31Z pagameba $
/**
* Class: Jx.Plugin.Grid.Sorter
*
More information about the fusion-commits
mailing list