Skip to content

Commit 782813a

Browse files
useless fix
1 parent 797992b commit 782813a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/js/LightPivotTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ LightPivotTable.prototype.getActualMDX = function () {
9595

9696
var mdx = this.CONFIG.dataSource.basicMDX,
9797
mdxParser = new MDXParser(),
98-
filters = this.dataSource._PIVOT_DEFAULT_FILTERS.concat(this.dataSource.FILTERS);
98+
filters = this.dataSource.FILTERS;
9999

100100
for (var i in filters) {
101101
mdx = mdxParser.applyFilter(mdx, filters[i]);

0 commit comments

Comments
 (0)