Skip to content

Commit 31f47f3

Browse files
committed
changed "this" to "_" in InitLPT
1 parent 1b7872a commit 31f47f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)