summaryrefslogtreecommitdiffstats
path: root/lib/page.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-01-27 10:24:06 +0100
committerSamy Pessé <samypesse@gmail.com>2016-01-27 10:24:06 +0100
commitf305d57ab7702c3ca10fd6e32366d19e524ee1f0 (patch)
tree381ccb09c7cedc72cdf8ad6c98b681b72f4d1bc0 /lib/page.js
parent877f2e477b010f9f37a9044606f110a90f077680 (diff)
downloadgitbook-f305d57ab7702c3ca10fd6e32366d19e524ee1f0.zip
gitbook-f305d57ab7702c3ca10fd6e32366d19e524ee1f0.tar.gz
gitbook-f305d57ab7702c3ca10fd6e32366d19e524ee1f0.tar.bz2
Add more classes structures
Diffstat (limited to 'lib/page.js')
-rw-r--r--lib/page.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/page.js b/lib/page.js
deleted file mode 100644
index a6c2caf..0000000
--- a/lib/page.js
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-function Page() {
- if (!(this instanceof Page)) return new Page();
-
-}
-
-
-
-module.exports = Page;