bump: 2.2.0

This commit is contained in:
qingwei.li 2017-02-09 22:17:23 +08:00
commit a4bd5fd295
5 changed files with 55 additions and 3 deletions

View file

@ -2799,7 +2799,8 @@ var OPTIONS = merge({
auto2top: false,
name: '',
themeColor: '',
nameLink: window.location.pathname
nameLink: window.location.pathname,
ga: ''
}, window.$docsify);
var script = document.currentScript || [].slice.call(document.getElementsByTagName('script')).pop();