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

CoffeeScript 1.3.0

This commit is contained in:
Jeremy Ashkenas 2012-04-10 14:57:45 -04:00
parent 1b3af684cb
commit ed8d94f69c
74 changed files with 1587 additions and 698 deletions

View file

@ -1,4 +1,5 @@
var city, futurists, name, street, _ref, _ref2;
// Generated by CoffeeScript 1.3.0
var city, futurists, name, street, _ref, _ref1;
futurists = {
sculptor: "Umberto Boccioni",
@ -9,4 +10,4 @@ futurists = {
}
};
_ref = futurists.poet, name = _ref.name, (_ref2 = _ref.address, street = _ref2[0], city = _ref2[1]);
_ref = futurists.poet, name = _ref.name, (_ref1 = _ref.address, street = _ref1[0], city = _ref1[1]);