diff --git a/apps/documenteditor/mobile/app/controller/Settings.js b/apps/documenteditor/mobile/app/controller/Settings.js index 07d576ecc..67ab14766 100644 --- a/apps/documenteditor/mobile/app/controller/Settings.js +++ b/apps/documenteditor/mobile/app/controller/Settings.js @@ -106,7 +106,7 @@ define([ Common.NotificationCenter.on('settingscontainer:show', _.bind(this.initEvents, this)); me.maxMarginsW = me.maxMarginsH = 0; - me.localSectionProps = new Asc.CDocumentSectionProps(); + me.localSectionProps = null; me.addListeners({ 'Settings': {