mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-17 16:00:50 -04:00
remove last binding methods
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user