From f61b9995a29b5ab64c3640e052d558973641cc5d Mon Sep 17 00:00:00 2001 From: overflowerror Date: Thu, 3 Jul 2014 00:53:38 +0200 Subject: [PATCH] how the fuck did that happened here??? and why has no one seen that till now??? --- Emulator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emulator.js b/Emulator.js index c733711..2186815 100644 --- a/Emulator.js +++ b/Emulator.js @@ -124,7 +124,7 @@ Emulator.ANSISequences.output = function(text) { switch(state) { case 0: specialText = ""; - speacielText2 = ""; + specialText2 = ""; if (text[i] != Emulator.ANSISequences.ESC) normalText += text[i]; else