Skip to content

Commit 1b7872a

Browse files
committed
Revert "changed "this" to "_" in InitLPT"
This reverts commit 6b53826.
1 parent 6b53826 commit 1b7872a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

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 (_._registeredLPTOnCreateCallback) _._registeredLPTOnCreateCallback(_.LightPivotTable);
318+
if (this._registeredLPTOnCreateCallback) this._registeredLPTOnCreateCallback(_.LightPivotTable);
319319
320320
// hack to enable some change events
321321
setTimeout(function () { _._INITIALIZED = true; }, 800);

0 commit comments

Comments
 (0)