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

CoffeeScript 0.9.3

This commit is contained in:
Jeremy Ashkenas 2010-09-16 00:32:57 -04:00
parent 2b87cabbb4
commit a2631759c0
27 changed files with 622 additions and 274 deletions

View file

@ -1,2 +1,2 @@
var _a, _b;
(_b = ((typeof (_a = (lottery.drawWinner())) === "undefined" || _a === null) ? undefined : _a.address)) == null ? undefined : _b.zipcode;
(typeof (_b = ((_a = lottery.drawWinner()))) === "undefined" || _b === null) ? undefined : _b.address == null ? undefined : _b.address.zipcode;