From b879e724e25cf9769c7ecc9d26ff84ef426180e9 Mon Sep 17 00:00:00 2001 From: liuzheng712 Date: Fri, 4 Mar 2016 20:09:05 +0800 Subject: [PATCH] fix(webterminal.js): forget rowHeight and colWidth --- static/js/webterminal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/webterminal.js b/static/js/webterminal.js index e4a66e934..7be5a7ce4 100644 --- a/static/js/webterminal.js +++ b/static/js/webterminal.js @@ -1,8 +1,8 @@ /** * Created by liuzheng on 3/3/16. */ -//var rowHeight = 1; -//var colWidth = 1; +var rowHeight = 1; +var colWidth = 1; //function WSSHClient() { //} //WSSHClient.prototype._generateEndpoint = function (options) {