summaryrefslogtreecommitdiffstats
path: root/lib/backbone/page.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backbone/page.js')
-rw-r--r--lib/backbone/page.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backbone/page.js b/lib/backbone/page.js
index eb3cd61..13b9c59 100644
--- a/lib/backbone/page.js
+++ b/lib/backbone/page.js
@@ -27,7 +27,7 @@ Page.prototype.read = function() {
// Parse the page and return its content
Page.prototype.parse = function() {
-
+ return this.read();
};