Skip to content

Commit

Permalink
Send data and instance
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Aug 1, 2015
1 parent 888e973 commit 7bc1aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/list/index.cjsx
Expand Up @@ -17,8 +17,8 @@ module.exports = React.createClass
type : 'default'

# -- Events
onClick: (event, item) ->
@props.onClick? event, item
onClick: (event, data) ->
@props.onClick? event, @, data

# -- Render
render: ->
Expand Down

0 comments on commit 7bc1aa7

Please sign in to comment.