Skip to content

Instantly share code, notes, and snippets.

@leedo
Created September 3, 2010 22:50
Show Gist options
  • Save leedo/564683 to your computer and use it in GitHub Desktop.
Save leedo/564683 to your computer and use it in GitHub Desktop.
setTimeout =>
for msg in @messages.select("li.message div.msg")
msg.innerHTML = @application.applyFilters msg.innerHTML
, 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment