@next2d/view-generator 1.4.4 → 1.5.0
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 +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -108,7 +108,7 @@ export class ${name}View extends View
|
|
|
108
108
|
* @extends {ViewModel}
|
|
109
109
|
*/
|
|
110
110
|
export class ${name}ViewModel extends ViewModel
|
|
111
|
-
{
|
|
111
|
+
{
|
|
112
112
|
/**
|
|
113
113
|
* @param {View} view
|
|
114
114
|
* @return {void}
|
|
@@ -233,7 +233,7 @@ export class ${name}View extends View
|
|
|
233
233
|
* @extends {ViewModel}
|
|
234
234
|
*/
|
|
235
235
|
export class ${name}ViewModel extends ViewModel
|
|
236
|
-
{
|
|
236
|
+
{
|
|
237
237
|
/**
|
|
238
238
|
* @param {View} view
|
|
239
239
|
* @return {void}
|