Skip to content

Commit ad823c7

Browse files
committed
adjust
1 parent 97ffb1d commit ad823c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js-scroll-effect-module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export default class SCROLL_EFFECT_MODULE {
1010
NumScrolltopPre: window.pageYOffset,
1111
NumScrolltop : window.pageYOffset,
1212
PosList : [],
13-
PosListFixPre : [],
1413
};
1514

1615
// config, options.
@@ -112,6 +111,7 @@ export default class SCROLL_EFFECT_MODULE {
112111
this._BindEventScroll();
113112
}
114113
}
114+
115115
_BindEventScroll(){
116116
let _that = this;
117117

0 commit comments

Comments
 (0)