Commit 6c909198 authored by Alexander.Trofimov's avatar Alexander.Trofimov

field -> index

parent c44c6a68
...@@ -2777,7 +2777,7 @@ CT_pivotTableDefinition.prototype.removeField = function (index) { ...@@ -2777,7 +2777,7 @@ CT_pivotTableDefinition.prototype.removeField = function (index) {
if (1 === this.pageFields.count) { if (1 === this.pageFields.count) {
this.pageFields = null; this.pageFields = null;
} else { } else {
this.pageFields.remove(field); this.pageFields.remove(index);
} }
this.location.removeColPage(); this.location.removeColPage();
break; break;
......
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