Skip to content

Commit

Permalink
Merge pull request #2 from v23ent/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
Nikita authored and Nikita committed Jul 21, 2015
2 parents 2482b92 + 31f47f3 commit b6e583a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export/LightPivotTable-DeepSeePortlet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ If LPT has been created before, method fires given callback immidiately.</Descri
}
_.LightPivotTable = new LightPivotTable(setup);
if (this._registeredLPTOnCreateCallback) this._registeredLPTOnCreateCallback(_.LightPivotTable);
if (_._registeredLPTOnCreateCallback) _._registeredLPTOnCreateCallback(_.LightPivotTable);
// hack to enable some change events
setTimeout(function () { _._INITIALIZED = true; }, 800);
Expand Down

0 comments on commit b6e583a

Please sign in to comment.