Skip to content

Instantly share code, notes, and snippets.

@jeregrine
Created February 25, 2012 21:00
Show Gist options
  • Select an option

  • Save jeregrine/1910697 to your computer and use it in GitHub Desktop.

Select an option

Save jeregrine/1910697 to your computer and use it in GitHub Desktop.
Polling with backbone model
@model.bind "change", @render
setInterval ()=>
@model.fetch()
, 20000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment