Updated application.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user