determine initialization status
This commit is contained in:
parent
6ad2b1f93a
commit
e7dd3dbcaa
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class Page_Popup extends Page {
|
||||||
: ((this[`status`])
|
: ((this[`status`])
|
||||||
? this[`status`]
|
? this[`status`]
|
||||||
: {});
|
: {});
|
||||||
|
this[`status`][`init`] = DATA[`init`];
|
||||||
|
|
||||||
// Confirm completion by returning the status.
|
// Confirm completion by returning the status.
|
||||||
return (this[`status`]);
|
return (this[`status`]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue