Skip to content

Commit 9788ba4

Browse files
committed
rename component back to Scrollama
1 parent 6f76da8 commit 9788ba4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Scrollama.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const createThreshold = (theta, height) => {
1212
return t;
1313
};
1414

15-
const TinyScrollama = props => {
15+
const Scrollama = props => {
1616
const {
1717
debug,
1818
children,
@@ -71,11 +71,11 @@ const TinyScrollama = props => {
7171
);
7272
};
7373

74-
TinyScrollama.defaultProps = {
74+
Scrollama.defaultProps = {
7575
onStepProgress: null,
7676
onStepEnter: () => {},
7777
onStepExit: () => {},
7878
threshold: 4,
7979
};
8080

81-
export default TinyScrollama;
81+
export default Scrollama;

0 commit comments

Comments
 (0)