lythreeframe 1.0.50 → 1.0.51

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.
@@ -1995,7 +1995,7 @@ class Controller {
1995
1995
  return this._pawn;
1996
1996
  }
1997
1997
  get app() {
1998
- return this.app;
1998
+ return this._app;
1999
1999
  }
2000
2000
  get onClickNothingDelegate() {
2001
2001
  return this._onClickNothingDelegate;
@@ -1993,7 +1993,7 @@ class Controller {
1993
1993
  return this._pawn;
1994
1994
  }
1995
1995
  get app() {
1996
- return this.app;
1996
+ return this._app;
1997
1997
  }
1998
1998
  get onClickNothingDelegate() {
1999
1999
  return this._onClickNothingDelegate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lythreeframe",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "description": "Three.js 封装",
5
5
  "main": "dist/bundle.cjs.js",
6
6
  "module": "dist/bundle.esm.js",