diff --git a/.gitignore b/.gitignore index fa001aa..a2a1892 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ out/ out/roku-deploy.zip +.history/ +.vscode \ No newline at end of file diff --git a/components/rowListContent.brs b/components/rowListContent.brs index a37fbf2..24c6956 100644 --- a/components/rowListContent.brs +++ b/components/rowListContent.brs @@ -2,7 +2,7 @@ sub init() m.global.http.request = { payload: { userId: 1, title: "WOW, IT WORKED ^_^", - }, url: "https://jsonplaceholder.typicode.com/albums", requestType: "GET"} + }, url: "https://jsonplaceholder.typicode.com/albums", requestType: "GET" } m.global.http.observeFieldScoped("response", "useResponse") end sub diff --git a/components/rowListContent.xml b/components/rowListContent.xml index 28e7d8e..f70ce16 100644 --- a/components/rowListContent.xml +++ b/components/rowListContent.xml @@ -1,5 +1,5 @@ -