We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fe3d5 commit dca22f3Copy full SHA for dca22f3
src/core/index.js
@@ -1,8 +1,8 @@
1
-import * as dom from './util/dom';
+import { documentReady } from './util/dom';
2
import { Docsify } from './Docsify';
3
4
/**
5
* Run Docsify
6
*/
7
// eslint-disable-next-line no-unused-vars
8
-dom.documentReady(_ => new Docsify());
+documentReady(_ => new Docsify());
0 commit comments