Skip to content
Snippets Groups Projects
Commit aa48ab71 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

proper cleaning of server connector mock

parent b6f180b6
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -12,6 +12,7 @@ var ServerConnectorMock = OriginalServerConnector;
ServerConnectorMock.init = function() {
this._customMap = null;
ServerConnectorMock.selectedLayout = null;
ServerConnectorMock.zoomLevel = 2;
ServerConnectorMock.listeners = [];
ServerConnectorMock._waitingForAliasLayoutData = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment