[DE mobile] Fix app loading
This commit is contained in:
parent
13fa21dfd1
commit
b731fbdd20
|
@ -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': {
|
||||||
|
|
Loading…
Reference in a new issue