提交 3bb9b531 编写于 作者: B Benjamin Pasero

no ES6 in JS

上级 17a6e12e
......@@ -154,7 +154,7 @@
const frame = getActiveFrame();
// keep current scrollTop around and use later
let setInitialScrollPosition;
var setInitialScrollPosition;
if (frame) {
const scrollY = frame.contentDocument && frame.contentDocument.body ? frame.contentDocument.body.scrollTop : 0;
setInitialScrollPosition = function (body) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册