1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 15:05:26 +02:00
This commit is contained in:
Murod Khaydarov 2019-01-25 02:17:29 +03:00
parent ef30929fcd
commit 27558e564c
No known key found for this signature in database
GPG key ID: C480BA53A8D274C5

View file

@ -68,7 +68,7 @@ class Page {
this.body = body || this.body; this.body = body || this.body;
this.title = this.extractTitleFromBody(); this.title = this.extractTitleFromBody();
this._parent = parent || this._parent || "0"; this._parent = parent || this._parent || '0';
} }
/** /**