fix bug 32390
This commit is contained in:
parent
c95a507e7d
commit
5c778747a1
|
@ -57,7 +57,7 @@ define([
|
||||||
return new Asc.asc_CCommentDataWord(null);
|
return new Asc.asc_CCommentDataWord(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
return new asc_CCommentData(null);
|
return new Asc.asc_CCommentData(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
Common.Controllers.Comments = Backbone.Controller.extend(_.extend({
|
Common.Controllers.Comments = Backbone.Controller.extend(_.extend({
|
||||||
|
|
|
@ -90,10 +90,6 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onLaunch: function() {
|
onLaunch: function() {
|
||||||
/** coauthoring begin **/
|
|
||||||
window.asc_CCommentData = window.Asc.asc_CCommentData||window.asc_CCommentData;
|
|
||||||
/** coauthoring end **/
|
|
||||||
|
|
||||||
// $(document.body).css('position', 'absolute');
|
// $(document.body).css('position', 'absolute');
|
||||||
|
|
||||||
this._state = {isDisconnected: false, usersCount: 1, fastCoauth: true, startModifyDocument: true, lostEditingRights: false, licenseWarning: false};
|
this._state = {isDisconnected: false, usersCount: 1, fastCoauth: true, startModifyDocument: true, lostEditingRights: false, licenseWarning: false};
|
||||||
|
|
Loading…
Reference in a new issue