diff -r ddbe31de8ad1 -r 5566738cb829 src/js/model.js --- a/src/js/model.js Wed Sep 04 15:51:16 2013 +0200 +++ b/src/js/model.js Wed Sep 04 18:13:22 2013 +0200 @@ -1010,7 +1010,7 @@ }); } else { if (typeof this.contents[_listId] === "undefined") { - this.contents[_listId] = new IriSP.List(this.directory); + this.contents[_listId] = new List(this.directory); } return this.contents[_listId]; }