Skip to content

Commit

Permalink
[se] Fix style code
Browse files Browse the repository at this point in the history
  • Loading branch information
GoshaZotov committed Jul 18, 2023
1 parent 00bf82f commit 3b63aa3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cell/apiDefines.js
Original file line number Diff line number Diff line change
Expand Up @@ -973,12 +973,12 @@ var c_oAscPopUpSelectorType = {
prot['link'] = prot.link;
prot['path'] = prot.path;

window['Asc']['c_oAscPageBreaksDisableType'] = window['Asc'].c_oAscPageBreaksDisableType = c_oAscPageBreaksDisableType;
prot = c_oAscPageBreaksDisableType;
prot['none'] = prot.none;
prot['all'] = prot.all;
prot['insertRemove'] = prot.insertRemove;
prot['reset'] = prot.reset;
window['Asc']['c_oAscPageBreaksDisableType'] = window['Asc'].c_oAscPageBreaksDisableType = c_oAscPageBreaksDisableType;
prot = c_oAscPageBreaksDisableType;
prot['none'] = prot.none;
prot['all'] = prot.all;
prot['insertRemove'] = prot.insertRemove;
prot['reset'] = prot.reset;


})(window);

0 comments on commit 3b63aa3

Please sign in to comment.