[Laszlo-checkins] r9001 - openlaszlo/trunk/WEB-INF/lps/lfc/helpers
lou@openlaszlo.org
lou at openlaszlo.org
Mon May 5 11:51:29 PDT 2008
Author: lou
Date: 2008-05-05 11:51:04 -0700 (Mon, 05 May 2008)
New Revision: 9001
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzState.lzs
Log:
Change 20080505-lou-G by lou at loumac.local on 2008-05-05 14:43:25 AST
in /Users/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: remove private methods from the state reference page.
Bugs Fixed: LPP-5608 (partial)
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Details: made methods $lzc$setapply(), $lzc$set_asyncnew(), $lzc$set_pooling private so they no longer show up in the doc.
Tests: visual verify
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzState.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzState.lzs 2008-05-05 18:49:56 UTC (rev 9000)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzState.lzs 2008-05-05 18:51:04 UTC (rev 9001)
@@ -116,6 +116,7 @@
* application <code>this</code> will refer to the view that encloses
* the state, rather than the state itself.
* @type Boolean
+ * @access private
*/
function $lzc$set_apply(v) { this.setApply(v); }
@@ -126,11 +127,14 @@
/** @access private */
var subh = null;
var pooling = false;
+
+/** @access private */
function $lzc$set_asyncnew(v) { this.__LZsetProperty(v, 'asyncnew'); }
/** If true, the state will merely hide any views it has created
* when it is removed, instead of destroying them.
* @type Boolean
+ * @access private
*/
function $lzc$set_pooling(v) { this.__LZsetProperty(v, 'pooling'); }
More information about the Laszlo-checkins
mailing list