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

this -> docsCoApi

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51034 954022d7-b5bf-4e40-9824-e11837661b57
parent af76cf82
......@@ -790,9 +790,9 @@
}
if (data["changes"]) {
docsCoApi._onFirstLoadChanges(data);
} else if (this.onFirstLoadChanges) {
} else if (docsCoApi.onFirstLoadChanges) {
// Нужно послать фиктивное завершение (эта функция означает что мы соединились)
this.onFirstLoadChanges([]);
docsCoApi.onFirstLoadChanges([]);
}
//Send prebuffered
......
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