renamed "messagingService" to "ws"

This commit is contained in:
zadam
2019-08-26 20:21:43 +02:00
parent d039a5f24e
commit 36c87b7fa0
21 changed files with 52 additions and 52 deletions

View File

@@ -1,5 +1,5 @@
import treeService from './tree.js';
import messagingService from './messaging.js';
import ws from './ws.js';
import protectedSessionService from './protected_session.js';
import treeChangesService from './branches.js';
import treeUtils from './tree_utils.js';
@@ -153,7 +153,7 @@ class TreeContextMenu {
hoistedNoteService.unhoist();
}
else {
messagingService.logError("Unknown command: " + cmd);
ws.logError("Unknown command: " + cmd);
}
}
}