remove last binding methods
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user