giving inits to those components without inits

This commit is contained in:
Matthew Crowson 2019-05-03 09:27:51 -04:00
parent 531e668358
commit e4b968f18f
14 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,2 @@
sub init()
end sub

View File

@ -15,4 +15,5 @@
<OptionsSlider id="options" />
</children>
<script type="text/brightscript" uri="scene.brs" />
</component>

View File

@ -0,0 +1,2 @@
sub init()
end sub

View File

@ -5,4 +5,5 @@
<field id="value" type="string" />
<field id="type" type="string" />
</interface>
<script type="text/brightscript" uri="data.brs" />
</component>

View File

@ -0,0 +1,2 @@
sub init()
end sub

View File

@ -12,4 +12,5 @@
<field id="libraries" alias="LibrarySelect.libList" />
<field id="librarySelected" alias="LibrarySelect.itemSelected" />
</interface>
<script type="text/brightscript" uri="scene.brs" />
</component>

View File

@ -0,0 +1,2 @@
sub init()
end sub

View File

@ -15,4 +15,5 @@
<OptionsSlider id="options" />
</children>
<script type="text/brightscript" uri="scene.brs" />
</component>

View File

@ -0,0 +1,2 @@
sub init()
end sub

View File

@ -4,4 +4,5 @@
<SearchRow id="SearchSelect" visible="true" />
<Overhang id="overhang" title="Search" />
</children>
<script type="text/brightscript" uri="scene.brs" />
</component>

View File

@ -0,0 +1,2 @@
sub init()
end sub

View File

@ -17,4 +17,5 @@
<field id="seasonData" type="node" />
<field id="episodeData" type="node" alias="TVEpisodeSelect.TVEpisodeData" />
</interface>
<script type="text/brightscript" uri="episode.brs" />
</component>

View File

@ -0,0 +1,2 @@
sub init()
end sub

View File

@ -13,4 +13,5 @@
<Pager id="pager" />
<OptionsSlider id="options" />
</children>
<script type="text/brightscript" uri="scene.brs" />
</component>