Commit 561919e0 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete constructor arguments

parent 87a743f4
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
* @constructor * @constructor
* @memberOf Asc * @memberOf Asc
*/ */
function asc_CAscEditorPermissions(settings) { function asc_CAscEditorPermissions() {
this.canLicense = false; this.canLicense = false;
this.isLight = false; this.isLight = false;
this.canCoAuthoring = true; this.canCoAuthoring = true;
......
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