Skip to content

Instantly share code, notes, and snippets.

@huydinh
Created April 9, 2012 09:31
Show Gist options
  • Save huydinh/2342503 to your computer and use it in GitHub Desktop.
Save huydinh/2342503 to your computer and use it in GitHub Desktop.
class @DashboardView extends Backbone.View
events:
'click #dashboardContent': '_navigateTab'
initialize: ->
super()
_navigateTab: ->
alert(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment