Skip to content

Instantly share code, notes, and snippets.

@rbeene
Created April 22, 2012 17:21
Show Gist options
  • Save rbeene/2465438 to your computer and use it in GitHub Desktop.
Save rbeene/2465438 to your computer and use it in GitHub Desktop.
if root.Meteor.is_client
window.Messages = Messages
window.Rooms = Rooms
window.Participants = Participants
window.Users = Users
$(window).bind 'unload', () ->
alert("i'm out!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment