@extscreen/es-core 2.2.31 → 2.2.32
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -4337,7 +4337,7 @@ var ESApplication = {
|
|
4337
4337
|
);
|
4338
4338
|
},
|
4339
4339
|
_initESApplication() {
|
4340
|
-
ESLaunchManager
|
4340
|
+
// ESLaunchManager.setRouteListener(this._routeListener)
|
4341
4341
|
this._initESAppParams();
|
4342
4342
|
},
|
4343
4343
|
_routeListener(url, params) {
|