Skip to content

Commit

Permalink
Corrected comment about root being global on the server
Browse files Browse the repository at this point in the history
The corresponding comment in the Backbone source was corrected on this point about 9 months ago (see: jashkenas/backbone#1751)
  • Loading branch information
prust committed Jul 19, 2013
1 parent 8d4cdce commit c7e9907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion underscore.js
Expand Up @@ -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.
Expand Down

0 comments on commit c7e9907

Please sign in to comment.