Skip to content

Instantly share code, notes, and snippets.

@tahnok
Created August 10, 2012 19:15
Show Gist options
  • Save tahnok/3317019 to your computer and use it in GitHub Desktop.
Save tahnok/3317019 to your computer and use it in GitHub Desktop.
class Dashing.SweetWidget extends Dashing.Widget
constructor: ->
super
@set('attr', 'wooo')
onData: (data) ->
super
@set('cool_thing', data.massage.split(',')[2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment