Commit f0d18d8a authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

elem -> opt.fragments[i]

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52032 954022d7-b5bf-4e40-9824-e11837661b57
parent f5194d71
...@@ -319,7 +319,7 @@ ...@@ -319,7 +319,7 @@
if (first && last) { if (first && last) {
for (i = first.index; i <= last.index; ++i) { for (i = first.index; i <= last.index; ++i) {
var valTmp = t._setFormatProperty(elem.format, prop, val); var valTmp = t._setFormatProperty(opt.fragments[i].format, prop, val);
// Только для горячих клавиш // Только для горячих клавиш
if (null === val) if (null === val)
val = valTmp; val = valTmp;
......
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