1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

fixes #1844: bound functions in nested comprehensions

causing empty var statements
This commit is contained in:
Michael Ficarra 2011-11-10 03:08:38 -05:00
parent a296957771
commit 6d6a5f609a
8 changed files with 51 additions and 30 deletions

View file

@ -1,6 +1,6 @@
(function() {
var Lexer, RESERVED, compile, fs, lexer, parser, path, vm, _ref;
var __hasProp = Object.prototype.hasOwnProperty;
var Lexer, RESERVED, compile, fs, lexer, parser, path, vm, _ref,
__hasProp = Object.prototype.hasOwnProperty;
fs = require('fs');