mirror of https://github.com/jumpserver/jumpserver
fix(webterminal.js): forget rowHeight and colWidth
parent
234f79857c
commit
b879e724e2
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue