Skip to content

Commit 6b53826

Browse files
committed
changed "this" to "_" in InitLPT
1 parent 9218825 commit 6b53826

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
build
3+
node_modules

export/LightPivotTable-DeepSeePortlet.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ If LPT has been created before, method fires given callback immidiately.</Descri
315315
}
316316
317317
_.LightPivotTable = new LightPivotTable(setup);
318-
if (this._registeredLPTOnCreateCallback) this._registeredLPTOnCreateCallback(_.LightPivotTable);
318+
if (_._registeredLPTOnCreateCallback) _._registeredLPTOnCreateCallback(_.LightPivotTable);
319319
320320
// hack to enable some change events
321321
setTimeout(function () { _._INITIALIZED = true; }, 800);

0 commit comments

Comments
 (0)