From d871c2b3027cd012b8c409c49833fc9fee7d1850 Mon Sep 17 00:00:00 2001 From: nuintun Date: Wed, 25 Nov 2015 17:13:17 +0800 Subject: [PATCH] update files --- static/js/terminal/lib/colors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/terminal/lib/colors.js b/static/js/terminal/lib/colors.js index b28d314..d5f7c74 100644 --- a/static/js/terminal/lib/colors.js +++ b/static/js/terminal/lib/colors.js @@ -16,9 +16,9 @@ module.exports = function (Terminal){ // Colors 16-255 // Much thanks to TooTallNate for writing this. Terminal.colors = (function (){ + var i; var colors = Terminal.colors; var r = [0x00, 0x5f, 0x87, 0xaf, 0xd7, 0xff]; - var i; // 16-231 i = 0;