[DE] Refactoring
This commit is contained in:
parent
fd0b278f9d
commit
188898e1a7
|
@ -936,7 +936,6 @@ define([
|
||||||
if (this.api && !this._noApply) {
|
if (this.api && !this._noApply) {
|
||||||
var props = this._originalProps || new AscCommon.CContentControlPr();
|
var props = this._originalProps || new AscCommon.CContentControlPr();
|
||||||
var formTextPr = this._originalTextFormProps || new AscCommon.CSdtTextFormPr();
|
var formTextPr = this._originalTextFormProps || new AscCommon.CSdtTextFormPr();
|
||||||
formTextPr.put_NoneFormat(record.value);
|
|
||||||
switch (record.value) {
|
switch (record.value) {
|
||||||
case Asc.TextFormFormatType.None:
|
case Asc.TextFormFormatType.None:
|
||||||
formTextPr.put_NoneFormat();
|
formTextPr.put_NoneFormat();
|
||||||
|
|
Loading…
Reference in a new issue