Ошибка при проверке орфографии (если нет словаря)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@52526 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexander.Trofimov
2013-11-26 07:33:25 +00:00
parent 905a46d943
commit b79fa36fe5

View File

@ -80,9 +80,7 @@ exports.install = function (server, callbackFunction) {
data.usrCorrect[index] = false;
--data.usrWordsLength;
checkEnd();
}
if ("spell" === data.type) {
} else if ("spell" === data.type) {
oDictionary.spellSuggest(word, function (a, b) {
data.usrCorrect[index] = a;
--data.usrWordsLength;