Commit a40979f2 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Version: 1.1 (build:1123) from svn rev: HEAD

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49791 954022d7-b5bf-4e40-9824-e11837661b57
parent 2a69eefa
......@@ -146,6 +146,7 @@ prop:get_DocStylesImage
prop:get_MergedStyles
prop:get_STYLE_THUMBNAIL_WIDTH
prop:get_STYLE_THUMBNAIL_HEIGHT
prop:get_IsRetinaEnabled
---
var:CStyleImage
prop:get_ThumbnailOffset
......@@ -1216,6 +1217,7 @@ CStylesPainter.prototype['get_DocStylesImage'] = CStylesPainter.prototype.get_Do
CStylesPainter.prototype['get_MergedStyles'] = CStylesPainter.prototype.get_MergedStyles;
CStylesPainter.prototype['get_STYLE_THUMBNAIL_WIDTH'] = CStylesPainter.prototype.get_STYLE_THUMBNAIL_WIDTH;
CStylesPainter.prototype['get_STYLE_THUMBNAIL_HEIGHT'] = CStylesPainter.prototype.get_STYLE_THUMBNAIL_HEIGHT;
CStylesPainter.prototype['get_IsRetinaEnabled'] = CStylesPainter.prototype.get_IsRetinaEnabled;
window['CStyleImage'] = CStyleImage;
CStyleImage.prototype['get_ThumbnailOffset'] = CStyleImage.prototype.get_ThumbnailOffset;
CStyleImage.prototype['get_Type'] = CStyleImage.prototype.get_Type;
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
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