fix(webterminal.js): forget rowHeight and colWidth

This commit is contained in:
liuzheng712 2016-03-04 20:09:05 +08:00
parent 234f79857c
commit b879e724e2

View File

@ -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) {