<% include('../copyright_block_js.ejs') %>
/*globals <%= namespace %> */

<%= namespace %>.Item.FIXTURES = [
    { guid: 1, title: "Build my first SproutCore app", isDone: true },
    { guid: 2, title: "Build a really awesome SproutCore app", isDone: false },
    { guid: 3, title: "Next, the world!", isDone: false }
];