added flow support for Struct.js

This commit is contained in:
Kevin Jahns
2015-11-30 12:47:33 +01:00
parent da2762edf5
commit e9c40f9a83
4 changed files with 30 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ module.exports = function (Y/* :YGlobal */) {
userEventListeners: Array<Function>;
whenSyncedListeners: Array<Function>;
currentSyncTarget: ?UserId;
syncingClients: Array<any>;
syncingClients: Array<UserId>;
forwardToSyncingClients: boolean;
debug: boolean;
broadcastedHB: boolean;