Skip to content

Commit 27a28e3

Browse files
committed
Merge branch 'dev' into sdk-release
2 parents acbcdf6 + 4dd83ce commit 27a28e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Application/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ export default function(App, appData, platformSettings) {
130130
.then(() => {
131131
Metrics.app.loaded()
132132

133+
this.w = this.config.stage.w
134+
this.h = this.config.stage.h
135+
133136
AppData = appData
134137

135138
AppInstance = this.stage.c({

0 commit comments

Comments
 (0)