From 60a016ae395b1baac440cfa9fea0b5b6cc3f46f3 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 31 Dec 2015 20:54:47 -0600 Subject: [PATCH] Remove `Rhino` mention from comment. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 42a47a6a7..d60647173 100644 --- a/lodash.js +++ b/lodash.js @@ -14368,7 +14368,7 @@ freeExports._ = _; } else { - // Export for a browser or Rhino. + // Export to the global object. root._ = _; } }.call(this));