Updated application.

This commit is contained in:
agolybev
2015-08-17 17:19:04 +03:00
parent cd34405d7e
commit a7b9b3a979
330 changed files with 81139 additions and 172701 deletions

View File

@@ -749,6 +749,19 @@ function CCollaborativeEditing() {
this.m_aChangedClasses = {};
this.m_oMemory = new CMemory();
var oThis = this;
this.Clear = function () {
this.m_nUseType = 1;
this.m_aUsers = [];
this.m_aChanges = [];
this.m_aNeedUnlock = [];
this.m_aNeedUnlock2 = [];
this.m_aNeedLock = [];
this.m_aLinkData = [];
this.m_aEndActions = [];
this.m_aCheckLocks = [];
this.m_aNewObjects = [];
this.m_aNewImages = [];
};
this.Start_CollaborationEditing = function () {
this.m_nUseType = -1;
};