t
This commit is contained in:
parent
6c5c216c40
commit
6cc59a3ce7
@ -30,6 +30,7 @@ export class Token {
|
||||
const pp = Parser.prototype;
|
||||
|
||||
// Are we running under Rhino?
|
||||
/* global Packages */
|
||||
const isRhino = typeof Packages === "object" && Object.prototype.toString.call(Packages) === "[object JavaPackage]";
|
||||
|
||||
// Move to the next token
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
--reporter dot
|
||||
--ui tdd
|
||||
Loading…
x
Reference in New Issue
Block a user