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