This commit is contained in:
qingwei.li
2016-11-26 18:09:55 +08:00
parent bf56992548
commit 8b62167039
5 changed files with 2155 additions and 2346 deletions
+2154 -34
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
File diff suppressed because one or more lines are too long
-2292
View File
File diff suppressed because it is too large Load Diff
-1
View File
File diff suppressed because one or more lines are too long
-18
View File
@@ -1,18 +0,0 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.Docsify = global.Docsify || {}, global.Docsify.Nav = factory());
}(this, (function () { 'use strict';
var Nav = function () {
console.log(this);
};
Nav.name = 'Doscify.Nav';
if (window.Docsify) {
window.Docsify.use(Nav);
}
return Nav;
})));