CommandFactory is now WSCommandFactory

This commit is contained in:
Carlos
2020-04-18 00:25:13 +02:00
parent d526206056
commit 0573c0b1e8
5 changed files with 6 additions and 5 deletions

View File

@ -40,6 +40,7 @@ class WebConsoleConnector {
*/
onClose(evt){
closedConnection(this.serverName);
//console.log("EVENTO: " + evt.detail);
}
/**

View File

@ -1,6 +1,6 @@
/**
WebConsole Persistence Manager for WebConsole
Used to save your servers into your browser
Used to save your servers and config into your browser
https://github.com/mesacarlos
2019-2020 Carlos Mesa under MIT License.
*/