mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
Fix tests
This commit is contained in:
@@ -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
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user