Fix tests

This commit is contained in:
Nicolas Le Goff
2014-02-28 18:13:31 +01:00
parent 2e40205bc3
commit cf2105865b
18 changed files with 540 additions and 184 deletions

View File

@@ -56,7 +56,7 @@ define([
this.collection = new TaskCollection([]);
this.view = new TasksView({
collection: this.collection,
el: AdminFieldApp.$tasksListView
el: TaskManagerApp.$tasksListView
});
});
@@ -75,7 +75,7 @@ define([
this.view = new TasksView({
collection: this.collection,
el: AdminFieldApp.$tasksListView
el: TaskManagerApp.$tasksListView
});
});