This commit is contained in:
Sebastian McKenzie 2015-07-13 16:34:43 +01:00
parent 6c5c216c40
commit 6cc59a3ce7
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1,2 +0,0 @@
--reporter dot
--ui tdd