Skip to content

Instantly share code, notes, and snippets.

@jareiko
Created March 9, 2013 00:27
Show Gist options
  • Save jareiko/5121687 to your computer and use it in GitHub Desktop.
Save jareiko/5121687 to your computer and use it in GitHub Desktop.
# This code...
app.track.config.on 'change', -> updateView()
# ...becomes this:
app.on 'change:track.config', -> updateView()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment