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