Skip to content

Instantly share code, notes, and snippets.

@banister
Created May 13, 2013 16:30
Show Gist options
  • Save banister/5569615 to your computer and use it in GitHub Desktop.
Save banister/5569615 to your computer and use it in GitHub Desktop.
if @websocket.readyState == 0
@websocket.onopen =>
@_send_data(json, id)
else
@_send_data(json, id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment