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

fix bug #26743

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58591 954022d7-b5bf-4e40-9824-e11837661b57
parent 67edeab6
...@@ -885,7 +885,7 @@ ...@@ -885,7 +885,7 @@
t.__handlers = { t.__handlers = {
53: function () {t.handlers.trigger("setFontAttributes", "s");}, 53: function () {t.handlers.trigger("setFontAttributes", "s");},
65: function () {t.handlers.trigger("changeSelection", /*isStartPoint*/true, 65: function () {t.handlers.trigger("changeSelection", /*isStartPoint*/true,
0, 0, /*isCoord*/true, /*isSelectMode*/false);}, -1, -1, /*isCoord*/true, /*isSelectMode*/false);},
66: function () {t.handlers.trigger("setFontAttributes", "b");}, 66: function () {t.handlers.trigger("setFontAttributes", "b");},
73: function () {t.handlers.trigger("setFontAttributes", "i");}, 73: function () {t.handlers.trigger("setFontAttributes", "i");},
85: function () {t.handlers.trigger("setFontAttributes", "u");}, 85: function () {t.handlers.trigger("setFontAttributes", "u");},
......
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