Fixed type (contructor -> constructor)
This commit is contained in:
parent
16bc1ab07b
commit
8edec30f84
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ public abstract class ESLoader extends ESObject {
|
||||||
public ESObject doConstruct(ESObject thisObject,
|
public ESObject doConstruct(ESObject thisObject,
|
||||||
ESValue[] arguments)
|
ESValue[] arguments)
|
||||||
throws EcmaScriptException {
|
throws EcmaScriptException {
|
||||||
throw new EcmaScriptException("No contructor for loader object: " + this);
|
throw new EcmaScriptException("No constructor for loader object: " + this);
|
||||||
}
|
}
|
||||||
|
|
||||||
// overrides
|
// overrides
|
||||||
|
|
Loading…
Add table
Reference in a new issue