Commit fd4b4d76 authored by dmitry.shahtanov's avatar dmitry.shahtanov

delete BOM.

поправлена локализация ошибок.
parent 869320a4
......@@ -22,7 +22,7 @@
* Pursuant to Section 7  3(e) we decline to grant you any rights under trademark law for use of our trademarks.
*
*/
$( function () {
$( function () {
function toFixed( n ) {
return n//.toFixed( cExcelSignificantDigits ) - 0;
......
......@@ -998,8 +998,8 @@ var str_namedRanges = "A-Za-z\u005F\u0080-\u0081\u0083\u0085-\u0087\u0089-\u008A
rx_Comma = /^ *[,;] */,
rx_arraySeparators = /^ *[,;] */,
rx_error = build_rx_error(null ),// /^(#NULL!|#DIV\/0!|#VALUE!|#REF!|#NAME\?|#NUM!|#UNSUPPORTED_FUNCTION!|#N\/A|#GETTING_DATA)/i,
rx_error_local = build_rx_error_local(null),// /^(#NULL!|#DIV\/0!|#VALUE!|#REF!|#NAME\?|#NUM!|#UNSUPPORTED_FUNCTION!|#N\/A|#GETTING_DATA)/i,
rx_error = build_rx_error(null ),
rx_error_local = build_rx_bool(null),
rx_bool = build_rx_bool(null),
rx_bool_local = build_rx_bool(null),
......
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