Skip to content

Instantly share code, notes, and snippets.

@Polyrhythm
Created October 21, 2014 19:06
Show Gist options
  • Save Polyrhythm/6808b80522d3d4525e77 to your computer and use it in GitHub Desktop.
Save Polyrhythm/6808b80522d3d4525e77 to your computer and use it in GitHub Desktop.
ugh = null
onAdd = (tokenAry) ->
ugh.setProps tokens: tokenAry
component = TokenTextArea({ onAdd: onAdd, tokens: [] })
ugh = React.renderComponent component, $('#component')[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment