Skip to content

Commit

Permalink
Merge pull request #1591 from jellyfin/renovate/brighterscript-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert authored Feb 6, 2024
2 parents 6fd2b97 + 9c8fab1 commit d75b497
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 132 deletions.
1 change: 0 additions & 1 deletion components/ItemGrid/Alpha.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
</children>
<interface>
<field id="selectedItem" type="node" alwaysNotify="true" />
<field id="focusedChild" type="node" onChange="focusChanged" />
<field id="itemAlphaSelected" type="string" />
</interface>
</component>
5 changes: 5 additions & 0 deletions components/data/JFContentItem.bs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
' Called whenever m.top.json changes.
' It is expected that each node that extends JFContentItem will override this function
sub setFields()

end sub
174 changes: 44 additions & 130 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@rokucommunity/bslint": "0.8.17",
"brighterscript": "0.65.13",
"brighterscript": "0.65.21",
"brighterscript-jsdocs-plugin": "0.6.0",
"clean-jsdoc-theme": "4.2.17",
"jsdoc": "4.0.2",
Expand Down

0 comments on commit d75b497

Please sign in to comment.