Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

Commit b562a8a

Browse files
committed
Comments
1 parent aba07b2 commit b562a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigation-controller.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class NavigationController extends React.Component {
8484
preserveState,
8585
mountedViews: []
8686
};
87-
// Bind methats that were passed into createSpring()
87+
// React no longer auto binds
8888
['__onSpringUpdate', '__onSpringAtRest'].forEach(method => {
8989
this[method] = this[method].bind(this);
9090
});

0 commit comments

Comments
 (0)