Skip to content
代码片段 群组 项目
未验证 提交 ab3e2c1c 编辑于 作者: Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt 提交者: GitLab
浏览文件

Declare `data` in jquery.endless-scroll

This ensures that `data` is defined in the vendored
jquery.endless-scroll. This fixes a bug where endless scroll would not
work in development when using Vite instead of Webpack.
上级 2f251791
No related branches found
No related tags found
无相关合并请求
......@@ -62,6 +62,7 @@
};
var options = $.extend({}, defaults, options),
data = false,
firing = true,
fired = false,
fireSequence = 0,
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册