Skip to content

Commit

Permalink
More nuanced comment on uncurryThis
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Sep 16, 2013
1 parent 9926e81 commit 90ab87e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions q.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,8 @@ var nextTick =(function () {
// If you need a security guarantee, these primordials need to be
// deeply frozen anyway, and if you don’t need a security guarantee,
// this is just plain paranoid.
// However, this does have the nice side-effect of reducing the size
// of the code by reducing x.call() to merely x(), eliminating many
// hard-to-minify characters.
// However, this **might** have the nice side-effect of reducing the size of
// the minified code by reducing x.call() to merely x()
// See Mark Miller’s explanation of what this does.
// http://wiki.ecmascript.org/doku.php?id=conventions:safe_meta_programming
var call = Function.call;
Expand Down

0 comments on commit 90ab87e

Please sign in to comment.