From 27558e564c4f7e408096dbffb8a5931058819394 Mon Sep 17 00:00:00 2001 From: Murod Khaydarov Date: Fri, 25 Jan 2019 02:17:29 +0300 Subject: [PATCH] update --- src/models/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/page.js b/src/models/page.js index 746ca50..514f868 100644 --- a/src/models/page.js +++ b/src/models/page.js @@ -68,7 +68,7 @@ class Page { this.body = body || this.body; this.title = this.extractTitleFromBody(); - this._parent = parent || this._parent || "0"; + this._parent = parent || this._parent || '0'; } /**