mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
going back to the Closure Compiler.
This commit is contained in:
parent
54d9b283fa
commit
35b6a70724
9 changed files with 480 additions and 59 deletions
|
@ -1,2 +1,2 @@
|
|||
var _ref, _ref2;
|
||||
(((_ref = lottery.drawWinner()) != null) ? (((_ref2 = _ref.address) != null) ? _ref2.zipcode : undefined) : undefined);
|
||||
var _ref;
|
||||
(typeof lottery.drawWinner === "function" ? (((_ref = lottery.drawWinner().address) != null) ? _ref.zipcode : undefined) : undefined);
|
Loading…
Add table
Add a link
Reference in a new issue