mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
generated closures should only call() or apply() when necessary.
This commit is contained in:
@@ -188,10 +188,10 @@
|
||||
tag = _e[0];
|
||||
value = _e[1];
|
||||
return "[" + tag + " " + value + "]";
|
||||
}).call(this));
|
||||
})());
|
||||
}
|
||||
return _a;
|
||||
}).call(this);
|
||||
})();
|
||||
return puts(strings.join(' '));
|
||||
};
|
||||
// Use the [OptionParser module](optparse.html) to extract all options from
|
||||
|
||||
Reference in New Issue
Block a user