[DE mobile] Fix warnings
This commit is contained in:
parent
4080a1ab27
commit
261f4d701b
|
@ -24,6 +24,7 @@ export class storeFocusObjects {
|
|||
_headerType = 1;
|
||||
|
||||
resetFocusObjects (objects) {
|
||||
this._focusObjects = objects;
|
||||
}
|
||||
|
||||
get settings() {
|
||||
|
|
|
@ -20,6 +20,11 @@ export class storeParagraphSettings {
|
|||
styleName = undefined;
|
||||
|
||||
initEditorStyles (styles) {
|
||||
this.styles = styles.get_MergedStyles();
|
||||
this.styleThumbSize = {
|
||||
width : styles.STYLE_THUMBNAIL_WIDTH,
|
||||
height : styles.STYLE_THUMBNAIL_HEIGHT
|
||||
};
|
||||
}
|
||||
|
||||
get paragraphStyles () {
|
||||
|
@ -34,6 +39,7 @@ export class storeParagraphSettings {
|
|||
}
|
||||
|
||||
changeParaStyleName (name) {
|
||||
this.styleName = name;
|
||||
}
|
||||
|
||||
backColor = undefined;
|
||||
|
|
Loading…
Reference in a new issue