[build] 4.1.4

This commit is contained in:
qingwei.li 2017-05-30 15:28:58 +08:00
parent 79a83bc17d
commit 8cf69754b5
No known key found for this signature in database
GPG Key ID: B6DDC2F7AE80B2F4
3 changed files with 3 additions and 3 deletions

View File

@ -2741,7 +2741,7 @@ function getPath () {
}
var isAbsolutePath = cached(function (path) {
return /(:|(\/{2}))/.test(path)
return /(:|(\/{2}))/g.test(path)
});
var getParentPath = cached(function (path) {

2
lib/docsify.min.js vendored

File diff suppressed because one or more lines are too long

View File

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