summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-html/lib/page.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-html/lib/page.js')
-rwxr-xr-xpackages/gitbook-html/lib/page.js13
1 files changed, 6 insertions, 7 deletions
diff --git a/packages/gitbook-html/lib/page.js b/packages/gitbook-html/lib/page.js
index 56d8984..25fd637 100755
--- a/packages/gitbook-html/lib/page.js
+++ b/packages/gitbook-html/lib/page.js
@@ -1,12 +1,10 @@
-var Q = require('q');
-var _ = require('lodash');
+"use strict";
/**
- Parse content of a page
-
- @param {String} html
- @return {Object}
-*/
+ * Parse content of a page.
+ * @param {String} html
+ * @return {Object}
+ */
function parsePage(html) {
return {
content: html
@@ -14,3 +12,4 @@ function parsePage(html) {
}
module.exports = parsePage;
+//# sourceMappingURL=page.js.map \ No newline at end of file