unsure what these 2 are.

This commit is contained in:
Howland Owl 2013-12-31 15:22:57 +02:00
parent d633e2e31f
commit 929245b9d6
2 changed files with 214 additions and 229 deletions

View file

@ -71,6 +71,7 @@ var Sahli = function() {
} else {
this.image = new ImageTextModeANSI();
this.SAUCE = new ImageTextModeSAUCE();
this.image.parseUrl(picdata.file);
this.image.renderCanvas(canv);
pdiv.append(canv);

File diff suppressed because one or more lines are too long