[build] 4.3.9

This commit is contained in:
qingwei.li 2017-10-12 00:37:09 +08:00
commit e8d675c405
5 changed files with 8 additions and 8 deletions

View file

@ -3170,8 +3170,8 @@ function scrollTo (el) {
if (scroller) { scroller.stop(); }
enableScrollEvent = false;
scroller = new Tweezer({
start: window.scrollY,
end: el.getBoundingClientRect().top + window.scrollY,
start: window.pageYOffset,
end: el.getBoundingClientRect().top + window.pageYOffset,
duration: 500
})
.on('tick', function (v) { return window.scrollTo(0, v); })
@ -3979,7 +3979,7 @@ initGlobalAPI();
/**
* Version
*/
Docsify.version = '4.3.8';
Docsify.version = '4.3.9';
/**
* Run Docsify