latest coffeescript version used

This commit is contained in:
Howland Owl 2013-09-26 16:48:28 +03:00
parent 43fc19c451
commit cb8446fdb0

View file

@ -1,9 +1,8 @@
// Generated by CoffeeScript 1.6.3
(function() {
var __hasProp = {}.hasOwnProperty,
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; };
this.ImageTextModeSAUCE = (function() {
this.ImageTextModeSAUCE = (function() {
function ImageTextModeSAUCE() {}
ImageTextModeSAUCE.prototype.parseUrl = function(url) {
@ -75,9 +74,9 @@
return ImageTextModeSAUCE;
})();
})();
this.ImageTextModePalette = (function() {
this.ImageTextModePalette = (function() {
function ImageTextModePalette(options) {
var k, v;
this.colors = [];
@ -94,9 +93,9 @@
return ImageTextModePalette;
})();
})();
this.ImageTextModePaletteVGA = (function(_super) {
this.ImageTextModePaletteVGA = (function(_super) {
__extends(ImageTextModePaletteVGA, _super);
function ImageTextModePaletteVGA(options) {
@ -112,9 +111,9 @@
return ImageTextModePaletteVGA;
})(this.ImageTextModePalette);
})(this.ImageTextModePalette);
this.ImageTextModePaletteANSI = (function(_super) {
this.ImageTextModePaletteANSI = (function(_super) {
__extends(ImageTextModePaletteANSI, _super);
function ImageTextModePaletteANSI(options) {
@ -130,9 +129,9 @@
return ImageTextModePaletteANSI;
})(this.ImageTextModePalette);
})(this.ImageTextModePalette);
this.ImageTextModeFont = (function() {
this.ImageTextModeFont = (function() {
function ImageTextModeFont(options) {
var k, v;
this.chars = [];
@ -146,9 +145,9 @@
return ImageTextModeFont;
})();
})();
this.ImageTextModeFont8x16 = (function(_super) {
this.ImageTextModeFont8x16 = (function(_super) {
__extends(ImageTextModeFont8x16, _super);
function ImageTextModeFont8x16(options) {
@ -165,9 +164,9 @@
return ImageTextModeFont8x16;
})(this.ImageTextModeFont);
})(this.ImageTextModeFont);
this.ImageTextModeFont8x8 = (function(_super) {
this.ImageTextModeFont8x8 = (function(_super) {
__extends(ImageTextModeFont8x8, _super);
function ImageTextModeFont8x8(options) {
@ -184,9 +183,9 @@
return ImageTextModeFont8x8;
})(this.ImageTextModeFont);
})(this.ImageTextModeFont);
this.ImageTextModeFontAmiga = (function(_super) {
this.ImageTextModeFontAmiga = (function(_super) {
__extends(ImageTextModeFontAmiga, _super);
function ImageTextModeFontAmiga(options) {
@ -203,9 +202,9 @@
return ImageTextModeFontAmiga;
})(this.ImageTextModeFont);
})(this.ImageTextModeFont);
this.ImageTextMode = (function() {
this.ImageTextMode = (function() {
ImageTextMode.VERSION = '0.01';
function ImageTextMode(options) {
@ -364,9 +363,9 @@
return ImageTextMode;
})();
})();
this.ImageTextModeXBin = (function(_super) {
this.ImageTextModeXBin = (function(_super) {
var ATTRIBUTE_COMPRESSION, CHARACTER_COMPRESSION, COMPRESSED, COMPRESSION_COUNTER, COMPRESSION_TYPE, FIVETWELVE_CHARS, FONT, FULL_COMPRESSION, NON_BLINK, NO_COMPRESSION, PALETTE;
__extends(ImageTextModeXBin, _super);
@ -558,9 +557,9 @@
return ImageTextModeXBin;
})(this.ImageTextMode);
})(this.ImageTextMode);
this.ImageTextModeANSI = (function(_super) {
this.ImageTextModeANSI = (function(_super) {
var ANSI_BG, ANSI_BG_INTENSE, ANSI_CSI, ANSI_CUR_DOWN, ANSI_ESC, ANSI_FG, ANSI_FG_INTENSE, ANSI_RESET, ANSI_RETURN, ANSI_SEP, ANSI_TEXT_PROP;
__extends(ImageTextModeANSI, _super);
@ -842,9 +841,9 @@
return ImageTextModeANSI;
})(this.ImageTextMode);
})(this.ImageTextMode);
this.ImageTextModeBin = (function(_super) {
this.ImageTextModeBin = (function(_super) {
__extends(ImageTextModeBin, _super);
function ImageTextModeBin(options) {
@ -887,9 +886,9 @@
return ImageTextModeBin;
})(this.ImageTextMode);
})(this.ImageTextMode);
this.ImageTextModeIDF = (function(_super) {
this.ImageTextModeIDF = (function(_super) {
__extends(ImageTextModeIDF, _super);
function ImageTextModeIDF(options) {
@ -961,9 +960,9 @@
return ImageTextModeIDF;
})(this.ImageTextMode);
})(this.ImageTextMode);
this.ImageTextModeADF = (function(_super) {
this.ImageTextModeADF = (function(_super) {
var COLOR_INDEX;
__extends(ImageTextModeADF, _super);
@ -1034,9 +1033,9 @@
return ImageTextModeADF;
})(this.ImageTextMode);
})(this.ImageTextMode);
this.ImageTextModeTundra = (function(_super) {
this.ImageTextModeTundra = (function(_super) {
__extends(ImageTextModeTundra, _super);
function ImageTextModeTundra(options) {
@ -1117,9 +1116,9 @@
return ImageTextModeTundra;
})(this.ImageTextMode);
})(this.ImageTextMode);
this.ImageTextModePCBoard = (function(_super) {
this.ImageTextModePCBoard = (function(_super) {
__extends(ImageTextModePCBoard, _super);
function ImageTextModePCBoard(options) {
@ -1230,9 +1229,9 @@
return ImageTextModePCBoard;
})(this.ImageTextMode);
})(this.ImageTextMode);
this.ImageTextModeAVATAR = (function(_super) {
this.ImageTextModeAVATAR = (function(_super) {
__extends(ImageTextModeAVATAR, _super);
function ImageTextModeAVATAR(options) {
@ -1367,6 +1366,4 @@
return ImageTextModeAVATAR;
})(this.ImageTextMode);
}).call(this);
})(this.ImageTextMode);