Skip to content

Commit

Permalink
Merge pull request #1518 from taku0/fix_pluckDirectCall
Browse files Browse the repository at this point in the history
Removed a garbage code in `pluckDirectCall`.
  • Loading branch information
jashkenas committed Jul 17, 2011
2 parents c2b32df + ecdaad2 commit 7790df0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/nodes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/nodes.coffee
Expand Up @@ -1585,7 +1585,6 @@ exports.For = class For extends Base
base = new Value ref
if val.base
[val.base, base] = [base, val]
args.unshift new Literal 'this'
body.expressions[idx] = new Call base, expr.args
defs += @tab + new Assign(ref, fn).compile(o, LEVEL_TOP) + ';\n'
defs
Expand Down

0 comments on commit 7790df0

Please sign in to comment.