optimize the row height in web ui

This commit is contained in:
OttoMao
2015-07-01 14:43:32 +08:00
parent 3e679f0834
commit f4a68e2786
6 changed files with 8 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ exports.avalibility = function(test){
//test web socket
setTimeout(function(){
var ws = new WebSocket('ws://127.0.0.1:' + SOCKET_PORT , {
protocolVersion: 8
protocolVersion: 8
});
ws.on('open', function open(){});