Delivery receipts

This commit is contained in:
lilia 2014-12-19 17:15:57 -08:00
parent 1a4811fcef
commit 6cbde7894a
3 changed files with 38 additions and 0 deletions

View file

@ -178,6 +178,15 @@
m.destroy().then(resolve).fail(reject);
});
}));
},
fetchGroups: function(number) {
return this.fetch({
index: {
name: 'group',
only: number
}
});
}
});
})();