Skip to content

Commit

Permalink
Merge pull request #508 from leecade/bugFix
Browse files Browse the repository at this point in the history
Remove newInternals var
  • Loading branch information
Bart Arribe committed Aug 10, 2017
2 parents feac148 + d1364f5 commit 6fcdea9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ export default class extends Component {
initState.dir = props.horizontal === false ? 'y' : 'x'
initState.width = props.width || width
initState.height = props.height || height
newInternals.offset = {}

this.internals = {
...this.internals,
Expand Down

0 comments on commit 6fcdea9

Please sign in to comment.