@indra.ai/deva 1.3.9 → 1.3.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -694,10 +694,6 @@ class Deva {
|
|
|
694
694
|
}).then(() => {
|
|
695
695
|
return this._assignListeners();
|
|
696
696
|
}).then(() => {
|
|
697
|
-
this.feature('init');
|
|
698
|
-
this.zone('init');
|
|
699
|
-
this.action('init');
|
|
700
|
-
this.state('init');
|
|
701
697
|
return this.Client(client, resolve, reject);
|
|
702
698
|
}).then(part => {
|
|
703
699
|
this.state('done', 'client');
|