[build] 4.3.9

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

View File

@ -1,6 +1,6 @@
![logo](_media/icon.svg)
# docsify <small>4.3.8</small>
# docsify <small>4.3.9</small>
> A magical documentation site generator.

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

4
lib/docsify.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -37,5 +37,5 @@
"integrity": "sha1-6DWIAbhrg7F1YNTjw4LXrvIQCUQ="
}
},
"version": "4.3.8"
"version": "4.3.9"
}

View File

@ -1,6 +1,6 @@
{
"name": "docsify-server-renderer",
"version": "4.3.8",
"version": "4.3.9",
"description": "docsify server renderer",
"author": {
"name": "qingwei-li",