Created
July 14, 2015 00:48
-
-
Save landakram/120b93731afbd210af46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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