fix bug 32390

This commit is contained in:
Alexander.Trofimov 2016-05-11 16:26:45 +03:00
parent c95a507e7d
commit 5c778747a1
2 changed files with 1 additions and 5 deletions

View file

@ -57,7 +57,7 @@ define([
return new Asc.asc_CCommentDataWord(null);
}
return new asc_CCommentData(null);
return new Asc.asc_CCommentData(null);
}
Common.Controllers.Comments = Backbone.Controller.extend(_.extend({

View file

@ -90,10 +90,6 @@ define([
},
onLaunch: function() {
/** coauthoring begin **/
window.asc_CCommentData = window.Asc.asc_CCommentData||window.asc_CCommentData;
/** coauthoring end **/
// $(document.body).css('position', 'absolute');
this._state = {isDisconnected: false, usersCount: 1, fastCoauth: true, startModifyDocument: true, lostEditingRights: false, licenseWarning: false};