diff options
Diffstat (limited to 'browserTest/browserUtil.js')
-rw-r--r-- | browserTest/browserUtil.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browserTest/browserUtil.js b/browserTest/browserUtil.js index 9c23d01..004a92c 100644 --- a/browserTest/browserUtil.js +++ b/browserTest/browserUtil.js @@ -1,6 +1,6 @@ browserUtil = {}; -browserUtil.isRhino = (typeof(window) === 'undefined'); +browserUtil.isNodeJS = (typeof(window) === 'undefined'); /** * Pause (for the graphics to update and the script timer to clear), then run the |