fix(webterminal.js): forget rowHeight and colWidth

pull/123/head
liuzheng712 2016-03-04 20:09:05 +08:00
parent 234f79857c
commit b879e724e2
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
/** /**
* Created by liuzheng on 3/3/16. * Created by liuzheng on 3/3/16.
*/ */
//var rowHeight = 1; var rowHeight = 1;
//var colWidth = 1; var colWidth = 1;
//function WSSHClient() { //function WSSHClient() {
//} //}
//WSSHClient.prototype._generateEndpoint = function (options) { //WSSHClient.prototype._generateEndpoint = function (options) {