Skip to content

Commit e002898

Browse files
Merge branch 'dev' of github.com:rdkcentral/Lightning-SDK into dev
2 parents baaf68e + 4dd83ce commit e002898

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)