Skip to content

Instantly share code, notes, and snippets.

@landakram
Created July 14, 2015 00:48
Show Gist options
  • Save landakram/120b93731afbd210af46 to your computer and use it in GitHub Desktop.
Save landakram/120b93731afbd210af46 to your computer and use it in GitHub Desktop.
componentDidMount: ->
# Listen for a websocket message, fetch the checklist state and set it
@progressListener = new IntegrationProgressListener(integration: @props.integration, (data) =>
@setState steps: data.steps
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment