react-scroll
Advanced tools
Comparing version 0.34.0 to 0.35.0
@@ -8,2 +8,3 @@ /* React */ | ||
import Link from '../components/Link.js'; | ||
import events from '../mixins/scroll-events.js'; | ||
/* Test */ | ||
@@ -38,2 +39,7 @@ import expect from 'expect' | ||
beforeEach(() => { | ||
events.scrollEvent.remove('begin'); | ||
events.scrollEvent.remove('end'); | ||
}); | ||
afterEach(function () { | ||
@@ -40,0 +46,0 @@ unmountComponentAtNode(node) |
@@ -75,3 +75,3 @@ var animateScroll = require('./animate-scroll'); | ||
animateScroll.animateTopScroll(coordinates.top + (offset || 0), options, target, to); | ||
animateScroll.animateTopScroll(coordinates.top + (offset || 0), options, to, target); | ||
@@ -78,0 +78,0 @@ } |
{ | ||
"name": "react-scroll", | ||
"version": "0.34.0", | ||
"version": "0.35.0", | ||
"description": "A scroll component for React.js", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
21339
17
544