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

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47348 954022d7-b5bf-4e40-9824-e11837661b57
parent 097ded1a
...@@ -419,6 +419,8 @@ prop:sync_DialogAddHyperlink ...@@ -419,6 +419,8 @@ prop:sync_DialogAddHyperlink
prop:sync_DialogAddHyperlink prop:sync_DialogAddHyperlink
prop:sync_SpellCheckCallback prop:sync_SpellCheckCallback
prop:sync_SpellCheckVariantsFound prop:sync_SpellCheckVariantsFound
prop:asc_replaceMisspelledWord
prop:asc_ignoreMisspelledWord
prop:asc_showComments prop:asc_showComments
prop:asc_hideComments prop:asc_hideComments
prop:asc_addComment prop:asc_addComment
...@@ -1387,6 +1389,8 @@ asc_docs_api.prototype['sync_DialogAddHyperlink'] = asc_docs_api.prototype.sync_ ...@@ -1387,6 +1389,8 @@ asc_docs_api.prototype['sync_DialogAddHyperlink'] = asc_docs_api.prototype.sync_
asc_docs_api.prototype['sync_DialogAddHyperlink'] = asc_docs_api.prototype.sync_DialogAddHyperlink; asc_docs_api.prototype['sync_DialogAddHyperlink'] = asc_docs_api.prototype.sync_DialogAddHyperlink;
asc_docs_api.prototype['sync_SpellCheckCallback'] = asc_docs_api.prototype.sync_SpellCheckCallback; asc_docs_api.prototype['sync_SpellCheckCallback'] = asc_docs_api.prototype.sync_SpellCheckCallback;
asc_docs_api.prototype['sync_SpellCheckVariantsFound'] = asc_docs_api.prototype.sync_SpellCheckVariantsFound; asc_docs_api.prototype['sync_SpellCheckVariantsFound'] = asc_docs_api.prototype.sync_SpellCheckVariantsFound;
asc_docs_api.prototype['asc_replaceMisspelledWord'] = asc_docs_api.prototype.asc_replaceMisspelledWord;
asc_docs_api.prototype['asc_ignoreMisspelledWord'] = asc_docs_api.prototype.asc_ignoreMisspelledWord;
asc_docs_api.prototype['asc_showComments'] = asc_docs_api.prototype.asc_showComments; asc_docs_api.prototype['asc_showComments'] = asc_docs_api.prototype.asc_showComments;
asc_docs_api.prototype['asc_hideComments'] = asc_docs_api.prototype.asc_hideComments; asc_docs_api.prototype['asc_hideComments'] = asc_docs_api.prototype.asc_hideComments;
asc_docs_api.prototype['asc_addComment'] = asc_docs_api.prototype.asc_addComment; asc_docs_api.prototype['asc_addComment'] = asc_docs_api.prototype.asc_addComment;
......
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