1
0
Fork 0
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:
Jeremy Ashkenas 2010-10-04 23:21:16 -04:00
commit 2b66d5d6c0
19 changed files with 445 additions and 390 deletions

View file

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