Commit 2e380570 authored by konovalovsergey's avatar konovalovsergey

constructor miss asc_CAdvancedOptions DRM type

parent 055f7e32
...@@ -53,6 +53,9 @@ ...@@ -53,6 +53,9 @@
this.optionId = id; this.optionId = id;
this.options = new asc_CTXTOptions(opt); this.options = new asc_CTXTOptions(opt);
break; break;
case Asc.c_oAscAdvancedOptionsID.DRM:
this.optionId = id;
break;
} }
} }
asc_CAdvancedOptions.prototype.asc_getOptionId = function(){ return this.optionId; }; asc_CAdvancedOptions.prototype.asc_getOptionId = function(){ return this.optionId; };
......
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