Fix the code app

This commit is contained in:
yflory 2016-12-12 10:35:28 +01:00
parent ee56f5608f
commit 319ce5d8c8

View File

@ -692,7 +692,7 @@ define([
}
};
var onError = config.onError = onConnectError();
var onError = config.onError = onConnectError;
var realtime = module.realtime = Realtime.start(config);