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

CoffeeScript 1.6.1

This commit is contained in:
Jeremy Ashkenas 2013-03-05 11:07:16 +13:00
parent b62a90d54c
commit eef83a9fcb
64 changed files with 125 additions and 103 deletions

View file

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.6.0
// Generated by CoffeeScript 1.6.1
var Animal, Horse, Snake, sam, tom,
__hasProp = {}.hasOwnProperty,
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };