mirror of
https://github.com/fergalmoran/dss.git
synced 2026-05-23 19:56:21 +00:00
Added back hidden views
This commit is contained in:
@@ -7,7 +7,7 @@ define ['app', 'marionette', 'vent',
|
||||
|
||||
home: ->
|
||||
console.log "Controller: home"
|
||||
#@showMixList()
|
||||
@showMixList()
|
||||
true
|
||||
|
||||
_showMixList: (options) ->
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
DssController.prototype.home = function() {
|
||||
console.log("Controller: home");
|
||||
this.showMixList();
|
||||
return true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user