hivejs / hive

:rocket: A real-time collaboration platform :zap:
http://hivejs.org
Other
50 stars 6 forks source link

Don't wait for orm:initialized before registering stuff -- makes debugging really hard #31

Closed marcelklehr closed 8 years ago

marcelklehr commented 8 years ago

...rather just use orm.collections and accept that it might throw up (or alternatively check if it's set)

marcelklehr commented 8 years ago

done.