Revision: 4005
          http://vexi.svn.sourceforge.net/vexi/?rev=4005&view=rev
Author:   clrg
Date:     2011-01-26 02:28:15 +0000 (Wed, 26 Jan 2011)

Log Message:
-----------
Somehow a stray 'my' got in there...

Modified Paths:
--------------
    trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp

Modified: trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp
===================================================================
--- trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp   2011-01-26 
01:41:13 UTC (rev 4004)
+++ trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp   2011-01-26 
02:28:15 UTC (rev 4005)
@@ -601,7 +601,7 @@
         }
 
         /** Store a value against a key on the object. */ 
-        public void put(JS key, JS value) throws JSExn { putSafe(key, 
myvalue); }
+        public void put(JS key, JS value) throws JSExn { putSafe(key, value); }
         public void putSafe(JS key, JS value) { // workaround, avoid JSExn in 
signature
             // FEATURE: MEMORY OPTIMIZE?
             // if (props==null) props = new SmallMap();


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

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to