Commit 13e0eec3 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

../../Excel/model/autofilters.js:4575: ERROR - this language feature is only...

 ../../Excel/model/autofilters.js:4575: ERROR - this language feature is only supported in es6 mode: member declarations. Use --language_in=ECMASCRIPT6 or ECMASCRIPT6_STRICT to enable ES6 features.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65096 954022d7-b5bf-4e40-9824-e11837661b57
parent a2228d2f
......@@ -4584,7 +4584,7 @@ var maxIndividualValues = 10000;
},
//с учётом последних скрытых строк
_activeRangeContainsTablePart(activeRange, tablePartRef)
_activeRangeContainsTablePart: function(activeRange, tablePartRef)
{
var aWs = this._getCurrentWS();
var res = false;
......
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