src/js/model.js
changeset 1010 5566738cb829
parent 1002 a86208b60c91
child 1013 392ddcd212d7
--- 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];
     }