Revision: 4740
          http://sourceforge.net/p/vexi/code/4740
Author:   mkpg2
Date:     2014-10-24 20:00:14 +0000 (Fri, 24 Oct 2014)
Log Message:
-----------
Comment.

Modified Paths:
--------------
    branches/vexi3/org.vexi-core.main/src/main/jpp/org/vexi/core/Box.jpp

Modified: branches/vexi3/org.vexi-core.main/src/main/jpp/org/vexi/core/Box.jpp
===================================================================
--- branches/vexi3/org.vexi-core.main/src/main/jpp/org/vexi/core/Box.jpp        
2014-10-24 19:58:28 UTC (rev 4739)
+++ branches/vexi3/org.vexi-core.main/src/main/jpp/org/vexi/core/Box.jpp        
2014-10-24 20:00:14 UTC (rev 4740)
@@ -2401,6 +2401,9 @@
     /** implements the writing of box properties from JS */
     public void put(JS name, JS value) throws JSExn {
         // integer properties translate to box children
+       // SHOULD differentiate the methods here. isInt checks anything that 
+       // could be an int (even integer strings) so probably not what we 
+       // actually want.
         if (JSU.isInt(name)) {
             put(JSU.toInt(name), value);
             return;

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


------------------------------------------------------------------------------
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to