summaryrefslogtreecommitdiff
path: root/mocha_test/support/is_browser.js
diff options
context:
space:
mode:
Diffstat (limited to 'mocha_test/support/is_browser.js')
-rw-r--r--mocha_test/support/is_browser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mocha_test/support/is_browser.js b/mocha_test/support/is_browser.js
index 7c765e2..85e1522 100644
--- a/mocha_test/support/is_browser.js
+++ b/mocha_test/support/is_browser.js
@@ -1,4 +1,4 @@
module.exports = function() {
return (typeof process === "undefined") ||
(process + "" !== "[object process]"); // browserify
-}
+};