Fix javadoc

This commit is contained in:
norris%netscape.com 1999-10-22 16:56:56 +00:00
parent b9bac6df19
commit c9c2bb3492
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ public interface Function extends Scriptable {
* length greater than 0.
*
* @param cx the current Context for this thread
* @param scope the scope to execute the function relative to. This
* @param scope the scope to execute the function relative to. This is
* set to the value returned by getParentScope() except
* when the function is called from a closure.
* @param thisObj the JavaScript <code>this</code> object

View File

@ -53,7 +53,7 @@ public interface Function extends Scriptable {
* length greater than 0.
*
* @param cx the current Context for this thread
* @param scope the scope to execute the function relative to. This
* @param scope the scope to execute the function relative to. This is
* set to the value returned by getParentScope() except
* when the function is called from a closure.
* @param thisObj the JavaScript <code>this</code> object