Commit 35705e56 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

поправила баг на чтении mathRunProps (typeText не выставлялся в случае, если...

поправила баг на чтении mathRunProps (typeText не выставлялся в случае, если явным образом не был определен в xml)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56025 954022d7-b5bf-4e40-9824-e11837661b57
parent 79bfc5f1
......@@ -710,6 +710,7 @@ CMPrp.prototype =
// TXT_SANS_SERIF U+1D608 - U+1D63B
// TXT_SCRIPT U+1D49C - U+1D4CF
if(typeof(props.scr)!=="undefined" && props.scr !== null)
this.typeText = props.scr;
......
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