mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
First draft of named classes.
This commit is contained in:
commit
2b66d5d6c0
19 changed files with 445 additions and 390 deletions
|
@ -1,2 +1,2 @@
|
|||
var _ref, _ref2;
|
||||
(typeof (_ref2 = ((_ref = lottery.drawWinner()))) === "undefined" || _ref2 === null) ? undefined : _ref2.address == null ? undefined : _ref2.address.zipcode;
|
||||
(((_ref = lottery.drawWinner()) != null) ? (((_ref2 = _ref.address) != null) ? _ref2.zipcode : undefined) : undefined);
|
Loading…
Add table
Add a link
Reference in a new issue