When I run the code in the jsBin, I get the following object churned out:
Game Modding: [[object Object] {
event_type: "program",
icon: "game-modding",
title: "Game Modding",
type: "info"
}, [object Object] {
event_type: "program",
icon: "game-modding",
title: "Game Modding",
type: "info"
}, [object Object] {
event_type: "program",
icon: "game-modding"
title: "Game Modding",
type: "info"
}]
I need to get the [object Object] out of there, but after an hour of Google searching I'm not seeing anything that is telling me why it's showing up like this.
I'm using underscore to render and filter the data, and so far it's come together pretty quickly but this object Object thing is getting in the way of actually using my data. The whole point of this is that I'm trying to group events I'm given by their name and show the times that every event is offered and a single description of the event.
Any help is extremely appreciated!
