more menu work

This commit is contained in:
Jason White
2015-06-05 10:04:22 -04:00
parent d362e0253b
commit 5e47459962
12 changed files with 490 additions and 62 deletions

View File

@ -6,13 +6,13 @@ define(['jquery',
'goatApp/support/GoatUtils'],
function(
$,
_,
_,t
Backbone,
MenuCollection,
MenuItemView,
GoatUtils) {
return Backbone.View.extend({
el:'#menuContainer',
el:'#menu-container',
//TODO: set template
initialize: function() {
this.collection = new MenuCollection();