@lightningtv/core
Advanced tools
Comparing version 1.5.0-rc1 to 1.5.0-rc2
@@ -252,3 +252,3 @@ import { renderer, createShader } from './lightningInit.js'; | ||
_layoutOnLoad() { | ||
this.lng.on('loaded', this.parent.queueLayout); | ||
this.lng.on('loaded', () => this.parent.queueLayout()); | ||
} | ||
@@ -255,0 +255,0 @@ getText() { |
{ | ||
"name": "@lightningtv/core", | ||
"version": "1.5.0-rc1", | ||
"version": "1.5.0-rc2", | ||
"description": "Lightning TV Core for Universal Renderers", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -397,3 +397,3 @@ import { renderer, createShader } from './lightningInit.js'; | ||
_layoutOnLoad() { | ||
(this.lng as INode).on('loaded', this.parent!.queueLayout); | ||
(this.lng as INode).on('loaded', () => this.parent!.queueLayout()); | ||
} | ||
@@ -400,0 +400,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
218549