We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811ac36 commit a59c691Copy full SHA for a59c691
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "LightPivotTable",
3
"author": "ZitRo",
4
- "version": "1.6.11",
+ "version": "1.6.12",
5
"description": "A lightweight pivot table for MDX2JSON source for InterSystems Cache",
6
"main": "test/testServer.js",
7
"repository": {
source/js/DataController.js
@@ -82,7 +82,7 @@ DataController.prototype.popData = function () {
82
83
DataController.prototype.getData = function () {
84
85
- return this._dataStack[this._dataStack.length - 1].data;
+ return this._dataStack[this._dataStack.length - 1].data || {};
86
87
};
88
0 commit comments