r9528 - apps/reference/trunk/coreEnvironment
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: zumbrunn
Date: 2009-02-20 01:20:09 +0100 (Fri, 20 Feb 2009)
New Revision: 9528
Modified:
apps/reference/trunk/coreEnvironment/HopObject.js
Log:
documented the return value of the hobj.update() method
Details at http://dev.helma.org/trac/helma/changeset/9528
Modified: apps/reference/trunk/coreEnvironment/HopObject.js
===================================================================
--- apps/reference/trunk/coreEnvironment/HopObject.js 2009-02-19 22:13:55 UTC (rev 9527)
+++ apps/reference/trunk/coreEnvironment/HopObject.js 2009-02-20 00:20:09 UTC (rev 9528)
@@ -766,6 +766,9 @@
* 2) the id's of this collection must be in ascending order,
* meaning, that new records do have a higher id than the
* last record loaded by this collection.
+ *
+ * @return Number of updated nodes
+ * @type Number
*/
HopObject.prototype.update = function() {};