Skip to content

Instantly share code, notes, and snippets.

@Gowiem
Created June 17, 2012 21:06
Show Gist options
  • Save Gowiem/2945749 to your computer and use it in GitHub Desktop.
Save Gowiem/2945749 to your computer and use it in GitHub Desktop.
Why is this event getting fired??
init = ->
console.log "onload called!"
document.addEventListener("devicereadyisstupid", onDeviceReady(), false)
onDeviceReady = () ->
isPhoneGapReady = true
console.log("DEVICEREADY!")
window.onload = init()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment