Skip to content

Commit

Permalink
#274 uppercase typo in the socketStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Jun 4, 2020
1 parent 56a1796 commit 88703c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/communication/GEPPETTO.GlobalHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function GlobalHandler (GEPPETTO) {

messageHandler[messageTypes.RECONNECTION_ERROR] = function (payload) {
GEPPETTO.ModalFactory.infoDialog(GEPPETTO.Resources.RECONNECTION_ERROR, payload.message);
GEPPETTO.MessageSocket.SocketStatus = GEPPETTO.Resources.SocketStatus.CLOSE;
GEPPETTO.MessageSocket.socketStatus = GEPPETTO.Resources.SocketStatus.CLOSE;
GEPPETTO.trigger(GEPPETTO.Events.Hide_spinner);
GEPPETTO.trigger(GEPPETTO.Events.Websocket_disconnected);
};
Expand Down

0 comments on commit 88703c3

Please sign in to comment.