mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-10 00:15:34 +00:00
Révise la gestion des sons via une CollectionView
This commit is contained in:
@@ -6,7 +6,7 @@ define(
|
||||
'views/sounds',
|
||||
'hbs!templates/soundboard'
|
||||
],
|
||||
function (Marionette, SoundSearchView, SoundListView, SoundboardTemplate) {
|
||||
function (Marionette, SoundSearchView, SoundsView, SoundboardTemplate) {
|
||||
"use strict";
|
||||
|
||||
var SoundboardView = Marionette.LayoutView.extend({
|
||||
@@ -18,7 +18,7 @@ define(
|
||||
onShow: function() {
|
||||
|
||||
this.showChildView('search', new SoundSearchView());
|
||||
this.showChildView('list', new SoundListView());
|
||||
this.showChildView('list', new SoundsView());
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user