Access Lists

This commit is contained in:
Jamie Curnow
2018-08-18 17:16:23 +10:00
parent 3a9fc8e2ea
commit 13f08df46c
17 changed files with 377 additions and 34 deletions
+1
View File
@@ -11,6 +11,7 @@ const model = Backbone.Model.extend({
created_on: null,
modified_on: null,
name: '',
items: [],
// The following are expansions:
owner: null
};