mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
fix javadoc
This commit is contained in:
parent
ff8becdad3
commit
619fce4329
@ -956,7 +956,7 @@ public final class Context {
|
||||
/**
|
||||
* Create a new JavaScript object by executing the named constructor.
|
||||
*
|
||||
* The call <code>newObject("Foo")</code> is equivalent to
|
||||
* The call <code>newObject(scope, "Foo")</code> is equivalent to
|
||||
* evaluating "new Foo()".
|
||||
*
|
||||
* @param scope the scope to search for the constructor and to evaluate against
|
||||
|
@ -956,7 +956,7 @@ public final class Context {
|
||||
/**
|
||||
* Create a new JavaScript object by executing the named constructor.
|
||||
*
|
||||
* The call <code>newObject("Foo")</code> is equivalent to
|
||||
* The call <code>newObject(scope, "Foo")</code> is equivalent to
|
||||
* evaluating "new Foo()".
|
||||
*
|
||||
* @param scope the scope to search for the constructor and to evaluate against
|
||||
|
Loading…
Reference in New Issue
Block a user