Commit 5c778747 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 32390

parent c95a507e
......@@ -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({
......
......@@ -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};
......
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