[fusion-commits] r2242 - sandbox/jxlib-3.0/lib

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Sep 30 13:23:09 EDT 2010


Author: pagameba
Date: 2010-09-30 17:23:09 +0000 (Thu, 30 Sep 2010)
New Revision: 2242

Modified:
   sandbox/jxlib-3.0/lib/jxlib.uncompressed.js
Log:
update jxlib build.


Modified: sandbox/jxlib-3.0/lib/jxlib.uncompressed.js
===================================================================
--- sandbox/jxlib-3.0/lib/jxlib.uncompressed.js	2010-09-29 20:19:20 UTC (rev 2241)
+++ sandbox/jxlib-3.0/lib/jxlib.uncompressed.js	2010-09-30 17:23:09 UTC (rev 2242)
@@ -33111,7 +33111,7 @@
    * Method: dblclickCell
    * handle doubleclicks on cells in the grid
    */
-  clickCell: function(e) {
+  dblclickCell: function(e) {
     var target = e.target;
     if (target.getParent('tbody')) {
       target = target.tagName == 'TD' ? target : target.getParent('td');



More information about the fusion-commits mailing list