1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-09 16:05:35 +00:00

Révise l'affichage de l'infobulle donnant des informations sur les sons

This commit is contained in:
Antoine
2016-05-22 18:55:26 +02:00
parent 8c825ec5ef
commit 1b7327c34d
4 changed files with 43 additions and 2 deletions

View File

@@ -33,6 +33,9 @@ define(
}
this.set('playing', false);
},
getSoundDetail: function() {
return this.get('character')+', '+this.get('episode');
}
});