Skip to content

Commit

Permalink
Merge 0e70359 into 0182b22
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Nov 4, 2016
2 parents 0182b22 + 0e70359 commit 2f2bf4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/Controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ class Controls extends React.Component {
<input ref='position' type='text' />{' '}
<button className='btn-submit' onClick={this.handleFormSubmit.bind(this)}>Go</button>{' '}
<div className='zoom-controls'>
<button className='btn-zoom-out' onClick={this.zoomOut.bind(this)}></button>{' '}
<button className='btn-zoom-in' onClick={this.zoomIn.bind(this)}></button>
<button className='btn-zoom-out' onClick={this.zoomOut.bind(this)}>-</button>{' '}
<button className='btn-zoom-in' onClick={this.zoomIn.bind(this)}>+</button>
</div>
</form>
);
Expand Down

0 comments on commit 2f2bf4d

Please sign in to comment.