Skip to content

Commit

Permalink
Fixes #647 -- removes old closure compiler pessimization.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Nov 12, 2012
1 parent 3148c4f commit 187bc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion underscore.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
exports._ = _;
} else {
root['_'] = _;
root._ = _;
}

// Current version.
Expand Down

0 comments on commit 187bc1d

Please sign in to comment.