FS-8205 [verto_communicator] fix again

This commit is contained in:
Stefan Yohansson 2015-09-24 15:51:46 -03:00 committed by Ken Rice
parent e7b50e8726
commit 787671625d
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@
};
if(verto.data.connecting || verto.data.connected) {
resolve(result);
resolve(result);
return;
};
var checkUserStored = function() {