[DE] refactoring
This commit is contained in:
parent
4bc206543c
commit
59b6193f24
|
@ -379,7 +379,7 @@ define([
|
||||||
|
|
||||||
initialize: function (options) {
|
initialize: function (options) {
|
||||||
var me = this;
|
var me = this;
|
||||||
this.options = this.options ? _({}).extend(this.options, options) : options;
|
this.options = this.options ? _.extend(this.options, options) : options;
|
||||||
|
|
||||||
this.documentCaption = this.options.documentCaption;
|
this.documentCaption = this.options.documentCaption;
|
||||||
this.branding = this.options.customization;
|
this.branding = this.options.customization;
|
||||||
|
|
|
@ -46,6 +46,7 @@ define([
|
||||||
var Common = {};
|
var Common = {};
|
||||||
|
|
||||||
Common.Collections = Common.Collections || {};
|
Common.Collections = Common.Collections || {};
|
||||||
|
DE.Collections = DE.Collections || {};
|
||||||
|
|
||||||
DE.Collections.ShapeGroups = Backbone.Collection.extend({
|
DE.Collections.ShapeGroups = Backbone.Collection.extend({
|
||||||
model: DE.Models.ShapeGroup
|
model: DE.Models.ShapeGroup
|
||||||
|
|
Loading…
Reference in a new issue