Commit 1aeefcad authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56017 954022d7-b5bf-4e40-9824-e11837661b57
parent 72869658
...@@ -898,13 +898,8 @@ function CRadical() ...@@ -898,13 +898,8 @@ function CRadical()
extend(CRadical, CMathBase); extend(CRadical, CMathBase);
CRadical.prototype.init = function(props) CRadical.prototype.init = function(props)
{ {
/*if(typeof(props.type) !== "undefined" && props.type !== null) if(props.type === SQUARE_RADICAL || props.type === DEGREE_RADICAL)
this.type = props.type;*/ this.type = props.type;
if(props.type === SQUARE_RADICAL)
this.type = SQUARE_RADICAL;
else if(props.type === DEGREE_RADICAL)
this.type = DEGREE_RADICAL;
if(props.degHide === true || props.degHide === 1) if(props.degHide === true || props.degHide === 1)
this.type = SQUARE_RADICAL; this.type = SQUARE_RADICAL;
......
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