Remove Rhino mention from comment. [ci skip]

This commit is contained in:
John-David Dalton
2015-12-31 20:54:47 -06:00
parent 6229e02806
commit 60a016ae39

View File

@@ -14368,7 +14368,7 @@
freeExports._ = _; freeExports._ = _;
} }
else { else {
// Export for a browser or Rhino. // Export to the global object.
root._ = _; root._ = _;
} }
}.call(this)); }.call(this));