bump: 2.4.0

This commit is contained in:
qingwei.li 2017-02-13 23:07:54 +08:00
commit 44d7257691
4 changed files with 10 additions and 4 deletions

View file

@ -290,7 +290,7 @@ var install = function () {
new SearchComponent();
!isAuto && searchPlugin();
});
isAuto && hook.beforeEach(searchPlugin);
isAuto && hook.doneEach(searchPlugin);
}, window.$docsify.plugins);
};

File diff suppressed because one or more lines are too long