Skip to content

Commit 7352b73

Browse files
andrieputangbc
authored andcommitted
remove semicolon
1 parent 76c323d commit 7352b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
methods: {
9191
onScroll: function (e) {
9292
var delta = this.delta
93-
var vsl = this.$refs.vsl;
93+
var vsl = this.$refs.vsl
9494
var offset = (vsl && (vsl instanceof Vue2 ? vsl.$el : vsl).scrollTop) || 0
9595

9696
if (delta.total > delta.keeps) {

0 commit comments

Comments
 (0)