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

CoffeeScript 1.3.3

This commit is contained in:
Jeremy Ashkenas 2012-05-15 12:35:40 -04:00
parent e3454ed7fb
commit 79492aab36
61 changed files with 84 additions and 72 deletions

View file

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.3.2
// Generated by CoffeeScript 1.3.3
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; };