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

Initialise le projet

This commit is contained in:
Antoine
2016-04-07 12:42:30 +02:00
commit 91e5d1476e
36 changed files with 39970 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
define(
'controllers/soundboard',
[
'marionette'
],
function (Marionette) {
"use strict";
var SoundboardController = Marionette.Controller.extend({
index: function() {
}
});
return SoundboardController;
});