[DE mobile] Fix app loading

This commit is contained in:
Julia Radzhabova 2019-02-25 15:13:58 +03:00
parent 13fa21dfd1
commit b731fbdd20

View file

@ -106,7 +106,7 @@ define([
Common.NotificationCenter.on('settingscontainer:show', _.bind(this.initEvents, this)); Common.NotificationCenter.on('settingscontainer:show', _.bind(this.initEvents, this));
me.maxMarginsW = me.maxMarginsH = 0; me.maxMarginsW = me.maxMarginsH = 0;
me.localSectionProps = new Asc.CDocumentSectionProps(); me.localSectionProps = null;
me.addListeners({ me.addListeners({
'Settings': { 'Settings': {