mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
Fix formatting.
This commit is contained in:
parent
1dfe0e4f69
commit
eb5865d934
@ -125,7 +125,7 @@ public class Undefined implements Scriptable {
|
||||
}
|
||||
|
||||
public boolean hasInstance(Scriptable value) {
|
||||
throw reportError();
|
||||
throw reportError();
|
||||
}
|
||||
|
||||
public boolean instanceOf(Scriptable prototype) {
|
||||
|
@ -125,7 +125,7 @@ public class Undefined implements Scriptable {
|
||||
}
|
||||
|
||||
public boolean hasInstance(Scriptable value) {
|
||||
throw reportError();
|
||||
throw reportError();
|
||||
}
|
||||
|
||||
public boolean instanceOf(Scriptable prototype) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user