We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ad28a commit 033f868Copy full SHA for 033f868
src/classes/project-data.js
@@ -74,7 +74,6 @@ class ProjectData {
74
}
75
76
/**
77
- *
78
* @param {boolean} muteMusic
79
* @description Set the project muteMusic property.
80
*/
@@ -149,7 +148,7 @@ class ProjectData {
149
148
* @description Get screens (add methods on screens & screen areas).
150
151
getScreens () {
152
- const screens = this.projectDataJson.data['screens'] || []
+ const screens = this.projectDataJson.data['screens']
153
return screens.map((screen) => {
154
return this.constructScreen(screen)
155
})
0 commit comments