mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Updating documentation with endtime's suggestions.
This commit is contained in:
parent
ec2d358ae3
commit
9814fc2e1c
14 changed files with 132 additions and 116 deletions
|
@ -1,4 +1,4 @@
|
|||
(function(){
|
||||
var _a;
|
||||
typeof (_a = (lottery.drawWinner())) === "undefined" || _a == undefined ? undefined : _a.address == undefined ? undefined : _a.address.zipcode;
|
||||
var _a, _b;
|
||||
(_b = (typeof (_a = (lottery.drawWinner())) === "undefined" || _a == undefined ? undefined : _a.address)) == undefined ? undefined : _b.zipcode;
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue