feature(edit) socket err: log -> alert

This commit is contained in:
coderaiser 2014-11-20 07:22:57 -05:00
parent cb707129f5
commit fdce2eb201

View file

@ -114,7 +114,7 @@ var CloudCmd, Util, DOM, CloudFunc, io, ace, DiffProto, diff_match_patch, Zip, M
});
socket.on('err', function(error) {
Util.log(error);
Dialog.alert(error);
});
}
}