[DE] Fix bug on loading app.
This commit is contained in:
parent
c7a7dd6aff
commit
a9cc711261
|
@ -35,8 +35,6 @@
|
|||
* Date: 14.12.17
|
||||
*/
|
||||
|
||||
DE.Collections = DE.Collections || {};
|
||||
|
||||
define([
|
||||
'underscore',
|
||||
'backbone',
|
||||
|
@ -44,6 +42,8 @@ define([
|
|||
], function(_, Backbone){
|
||||
'use strict';
|
||||
|
||||
DE.Collections = DE.Collections || {};
|
||||
|
||||
DE.Collections.Navigation = Common.UI.TreeViewStore.extend({
|
||||
model: Common.UI.TreeViewModel
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue