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:
parent
2b87cabbb4
commit
a2631759c0
27 changed files with 622 additions and 274 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue