[DE] refactoring

This commit is contained in:
Maxim Kadushkin 2018-03-28 13:37:41 +03:00
parent 4bc206543c
commit 59b6193f24
2 changed files with 2 additions and 1 deletions

View file

@ -379,7 +379,7 @@ define([
initialize: function (options) {
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.branding = this.options.customization;

View file

@ -46,6 +46,7 @@ define([
var Common = {};
Common.Collections = Common.Collections || {};
DE.Collections = DE.Collections || {};
DE.Collections.ShapeGroups = Backbone.Collection.extend({
model: DE.Models.ShapeGroup