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