r9620 - helma-ng/trunk/modules/helma

[email protected] Tue, 14 Apr 2009 01:50:21 +0200 (CEST)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090413235021.86E6D3D0D6@mia>
Author: hannes
Date: 2009-04-14 01:50:21 +0200 (Tue, 14 Apr 2009)
New Revision: 9620

Modified:
   helma-ng/trunk/modules/helma/file.js
Log:
Rename File.isOpened() to File.isOpen()

Details at http://dev.helma.org/trac/helma/changeset/9620

Modified: helma-ng/trunk/modules/helma/file.js
===================================================================
--- helma-ng/trunk/modules/helma/file.js	2009-04-13 23:50:19 UTC (rev 9619)
+++ helma-ng/trunk/modules/helma/file.js	2009-04-13 23:50:21 UTC (rev 9620)
@@ -97,7 +97,7 @@
     * @returns Boolean
     * @type Boolean
     */
-   this.isOpened = function() {
+   this.isOpen = function() {
       return (readerWriter != null);
    };