mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Сделан первый вариант проверки орфографии. Переделана отрисовка параграфа.
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47225 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander.Trofimov
parent
1c0ed1c82f
commit
5d0bdb720d
File diff suppressed because it is too large
Load Diff
@ -58,6 +58,9 @@ var g_aPunctuation =
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0
|
||||
];
|
||||
|
||||
g_aPunctuation[0x00AB] = 1; // символ «
|
||||
g_aPunctuation[0x00BB] = 1; // символ »
|
||||
|
||||
// Класс ParaText
|
||||
function ParaText(value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user