Commit 1c759452 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@58557 954022d7-b5bf-4e40-9824-e11837661b57
parent 060c9014
......@@ -294,18 +294,7 @@ CCoeffGaps.prototype =
return coeff;
},
checkOperSign: function(code) // "+", "-", "<", ">", "±"
{
var PLUS = 0x2B,
//MINUS = 0x2212,
MINUS = 0x2D,
LESS = 0x3C,
GREATER = 0x3E,
PLUS_MINUS = 0xB1;
return code == PLUS || code == MINUS || code == LESS || code == GREATER || code == PLUS_MINUS;
},
new_checkOperSign: function(code) // "+", "-", "±"
checkOperSign: function(code) // "+", "-", "±"
{
var PLUS = 0x2B,
MINUS = 0x2D,
......
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