Commit c9c36802 authored by Oleg Korshul's avatar Oleg Korshul

mobile web: minimize bug

parent 1afa3c46
...@@ -8465,8 +8465,8 @@ background-repeat: no-repeat;\ ...@@ -8465,8 +8465,8 @@ background-repeat: no-repeat;\
}; };
window["asc_docs_api"].prototype["asc_setParagraphStylesSizes"] = function(width, height) window["asc_docs_api"].prototype["asc_setParagraphStylesSizes"] = function(width, height)
{ {
GlobalSkin.STYLE_THUMBNAIL_WIDTH = width; AscCommonWord.GlobalSkin.STYLE_THUMBNAIL_WIDTH = width;
GlobalSkin.STYLE_THUMBNAIL_HEIGHT = height; AscCommonWord.GlobalSkin.STYLE_THUMBNAIL_HEIGHT = height;
}; };
// desktop editor spellcheck // desktop editor spellcheck
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment