Added back hidden views

This commit is contained in:
Fergal Moran
2013-06-30 15:45:46 +01:00
parent 878fc75cc2
commit 84617ed541
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ define ['app', 'marionette', 'vent',
home: ->
console.log "Controller: home"
#@showMixList()
@showMixList()
true
_showMixList: (options) ->

View File

@@ -15,6 +15,7 @@
DssController.prototype.home = function() {
console.log("Controller: home");
this.showMixList();
return true;
};