From 5e1b2ab1252cc170e6a269373ebe5077e1aaad08 Mon Sep 17 00:00:00 2001 From: Howland Owl Date: Mon, 24 Mar 2014 16:56:34 +0200 Subject: [PATCH] new version - new coffeescript. --- textmode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textmode.js b/textmode.js index 0ad98c9..ec03ea9 100644 --- a/textmode.js +++ b/textmode.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.6.3 +// Generated by CoffeeScript 1.7.1 (function() { var __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; };