Revision: 4882
          http://sourceforge.net/p/vexi/code/4882
Author:   clrg
Date:     2016-09-06 10:41:10 +0000 (Tue, 06 Sep 2016)
Log Message:
-----------
Trivial doc fix.

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

Modified: branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp
===================================================================
--- branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp  
2016-09-06 10:39:04 UTC (rev 4881)
+++ branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp  
2016-09-06 10:41:10 UTC (rev 4882)
@@ -965,11 +965,11 @@
                 /*@PAGE(varname=ProxyList,humanname=ProxyList Object)
                  * 
                  * <p>The proxy list object is an alternative list object to 
the standard js array,
-                 * which supports a &ldquo;range trap&rdquo; 
lsquo;Elementsrsquo; to trap on the
-                 * access/assignment/removal of elements</p>
+                 * which supports a &ldquo;range trap&rdquo; 
&lsquo;Elements&rsquo; to trap on the
+                 * access/assignment/removal of elements.</p>
                  * 
-                 * <p>Whereas the Proxy object is very similar to the standard 
Object the ProxyList is not
-                 * similar to an array and so cannot be used as a drop in 
replacement.<p>
+                 * <p>Whereas the Proxy object is very similar to the standard 
Object, the ProxyList
+                 * is not similar to an array and so cannot be used as a drop 
in replacement.<p>
                  * 
                  * <p>Notably, ProxyList does not support most of the methods 
that arrays have, and
                  * it is not sparse and cannot contain nulls. Putting null to 
a proxy list will remove

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