diff --git a/underscore.js b/underscore.js index 5fd975b85..876202023 100644 --- a/underscore.js +++ b/underscore.js @@ -8,7 +8,7 @@ // Baseline setup // -------------- - // Establish the root object, `window` in the browser, or `global` on the server. + // Establish the root object, `window` in the browser, or `exports` on the server. var root = this; // Save the previous value of the `_` variable.