summaryrefslogtreecommitdiffstats
path: root/lib/page.js
diff options
context:
space:
mode:
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;