@extscreen/es-core 2.3.2 → 2.3.3

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2033,9 +2033,9 @@ class ESApp {
2033
2033
  return this._application;
2034
2034
  }
2035
2035
 
2036
- $emit(event, args) {
2036
+ $off(event, args) {
2037
2037
  if (this._application) {
2038
- this._application.$emit(event, args);
2038
+ this._application.$off(event, args);
2039
2039
  }
2040
2040
  }
2041
2041
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {