remove last binding methods

This commit is contained in:
Berkeley Martinez
2015-07-20 14:55:27 -07:00
parent 50fce52261
commit 2ceef5f0f6

View File

@ -46,7 +46,7 @@ export default React.createClass({
<Panel className={ 'text-center' } title={ videoTitle }> <Panel className={ 'text-center' } title={ videoTitle }>
<Vimeo <Vimeo
onError={ this.handleError } onError={ this.handleError }
onFinish= { ::this.handleFinish } onFinish= { this.handleFinish }
videoId={ id } /> videoId={ id } />
</Panel> </Panel>
</Row> </Row>
@ -59,7 +59,7 @@ export default React.createClass({
<Button <Button
block={ true } block={ true }
bsSize='large' bsSize='large'
onClick={ ::this.handleFinish }> onClick={ this.handleFinish }>
Take me to the Questions Take me to the Questions
</Button> </Button>
</Panel> </Panel>