mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-08 15:43:24 +00:00
Ajoute un tri sur le titre des sons
This commit is contained in:
@@ -10,6 +10,7 @@ define(
|
||||
|
||||
var Sounds = Backbone.Collection.extend({
|
||||
model: Sound,
|
||||
comparator: 'title',
|
||||
url: 'sounds/sounds.json',
|
||||
filterByTitle: function(search){
|
||||
if( search == "" ) {
|
||||
|
||||
Reference in New Issue
Block a user