Open NotBobTheBuilder opened 10 years ago
I think this is because timetable extends collection, not object - but all timetable information from the JSON API is wrapped in a list. This means it has to be accessed via renderPage[0] instead of just renderPage
renderPage[0]
renderPage
I think this is because timetable extends collection, not object - but all timetable information from the JSON API is wrapped in a list. This means it has to be accessed via
renderPage[0]
instead of justrenderPage