[fusion-commits] r2865 - branches/fusion-mg26/lib

svn_fusion at osgeo.org svn_fusion at osgeo.org
Wed Jul 9 20:34:54 PDT 2014


Author: jng
Date: 2014-07-09 20:34:54 -0700 (Wed, 09 Jul 2014)
New Revision: 2865

Modified:
   branches/fusion-mg26/lib/fusion.js
Log:
Remove trailing comma

Modified: branches/fusion-mg26/lib/fusion.js
===================================================================
--- branches/fusion-mg26/lib/fusion.js	2014-07-10 03:32:54 UTC (rev 2864)
+++ branches/fusion-mg26/lib/fusion.js	2014-07-10 03:34:54 UTC (rev 2865)
@@ -752,7 +752,7 @@
                                               'filename':e.fileName, 
                                               'line':e.lineNumber,
                                               'response': r.transport.responseText,
-                                              'innerStack': e.stack || '',
+                                              'innerStack': e.stack || ''
                                               }));
             } catch (e) {
                 TraceKit.report(e);



More information about the fusion-commits mailing list