mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fix formatting.
This commit is contained in:
parent
f3a98b7eaf
commit
0f406008cb
@ -22,7 +22,9 @@ import java.io.StringReader;
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* This class implements the global native object (function and value properties only).
|
||||
* This class implements the global native object (function and value
|
||||
* properties only).
|
||||
*
|
||||
* See ECMA 15.1.[12].
|
||||
*
|
||||
* @author Mike Shaver
|
||||
@ -399,4 +401,3 @@ public class NativeGlobal {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -22,7 +22,9 @@ import java.io.StringReader;
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* This class implements the global native object (function and value properties only).
|
||||
* This class implements the global native object (function and value
|
||||
* properties only).
|
||||
*
|
||||
* See ECMA 15.1.[12].
|
||||
*
|
||||
* @author Mike Shaver
|
||||
@ -399,4 +401,3 @@ public class NativeGlobal {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user