1
0
Fork 0
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:
Jeremy Ashkenas 2010-10-19 21:59:13 -04:00
parent 54d9b283fa
commit 35b6a70724
9 changed files with 480 additions and 59 deletions

View file

@ -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);