Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
henrysha authored Aug 14, 2020
1 parent 349d102 commit 8c134af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scroll-sync",
"version": "0.0.1-development",
"version": "0.0.0-development",
"description": "Synchronize scroll positions across multiple scrollable containers",
"main": "dist/index.js",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions src/ScrollSync.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable no-param-reassign */
import React, { Component } from 'react'
import PropTypes from 'prop-types'

Expand Down Expand Up @@ -36,7 +35,7 @@ export default class ScrollSync extends Component {
static childContextTypes = {
registerPane: PropTypes.func,
unregisterPane: PropTypes.func
};
}

constructor(props) {
super(props)
Expand Down

0 comments on commit 8c134af

Please sign in to comment.