1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-11 08:53:00 +00:00

(master) Récupération d'un build pour GitHub Pages

This commit is contained in:
Antoine
2023-10-29 22:58:59 +01:00
parent a744f48e50
commit e9e11d6157
691 changed files with 4789 additions and 0 deletions

View File

@@ -0,0 +1 @@
define("views/soundboard.a52b7194",function(require){"use strict";var e,i=require("marionette"),s=require("views/filter.4bb05f38"),t=require("views/random.8bf4698b"),n=require("views/sounds.e61b9c22"),o=require("hbs!templates/soundboard.4dd5a243");return e=i.LayoutView.extend({template:o,regions:{regFilter:"#filter",regRandom:"#random",regList:"#list"},initialize:function(e){this.slug="undefined"!=typeof e.slug?e.slug:""},onShow:function(){this.showChildView("regFilter",new s),this.showChildView("regRandom",new t),this.showChildView("regList",new n({slug:this.slug}))}})});