Revision: 4469
          http://vexi.svn.sourceforge.net/vexi/?rev=4469&view=rev
Author:   clrg
Date:     2012-12-21 11:46:50 +0000 (Fri, 21 Dec 2012)
Log Message:
-----------
Fix

Modified Paths:
--------------
    trunk/org.vexi-library.js/src/main/java/org/ibex/js/JSNumber.java

Modified: trunk/org.vexi-library.js/src/main/java/org/ibex/js/JSNumber.java
===================================================================
--- trunk/org.vexi-library.js/src/main/java/org/ibex/js/JSNumber.java   
2012-12-21 10:13:37 UTC (rev 4468)
+++ trunk/org.vexi-library.js/src/main/java/org/ibex/js/JSNumber.java   
2012-12-21 11:46:50 UTC (rev 4469)
@@ -54,6 +54,8 @@
             return JSU.N(n);
         }catch(IOException e){
             return null;
+        }catch(NumberFormatException e){
+               return null;
         }
     }
     

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to