1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00

Contacts: Add storage parameter to GroupList

This commit is contained in:
Thomas Tanghus 2013-03-23 02:07:17 +01:00
parent 135cd71331
commit e42ad5193d

View File

@ -177,7 +177,7 @@ OC.Contacts = OC.Contacts || {
this.$contactFullTemplate,
this.detailTemplates
);
this.groups = new OC.Contacts.GroupList(this.$groupList, this.$groupListItemTemplate);
this.groups = new OC.Contacts.GroupList(this.storage, this.$groupList, this.$groupListItemTemplate);
OCCategories.changed = this.groups.categoriesChanged;
OCCategories.app = 'contacts';
OCCategories.type = 'contact';