Skip to content

Commit 82b7f15

Browse files
authored
Merge pull request #10 from braposo/fix-names
Fix function names
2 parents 1829419 + aeb6fbd commit 82b7f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ export const Watch = (Component) => class WatchedComponent extends React.Compone
133133
isFullyInViewport={this.state.isFullyInViewport}
134134
lockWatcher={this.lockWatcher}
135135
unlockWatcher={this.unlockWatcher}
136-
startWatcher={this.initWatcher}
137-
stopWatcher={this.destroyWatcher}
136+
startWatcher={this.startWatcher}
137+
stopWatcher={this.stopWatcher}
138138
>
139139
{this.props.children}
140140
</Component>);

0 commit comments

Comments
 (0)