Skip to content

Commit

Permalink
Added: missing rootInstanceSymbol to Handsontable.Core + test specs f…
Browse files Browse the repository at this point in the history
…or settings.licenseKey. #6040
  • Loading branch information
mrpiotr-dev committed Jun 5, 2019
1 parent 367716b commit adc99ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Handsontable(rootElement, userSettings) {

jQueryWrapper(Handsontable);

Handsontable.Core = Core;
Handsontable.Core = (rootElement, userSettings = {}) => new Core(rootElement, userSettings, rootInstanceSymbol);
Handsontable.DefaultSettings = DefaultSettings;
Handsontable.EventManager = EventManager;
Handsontable._getListenersCounter = getListenersCounter; // For MemoryLeak tests
Expand Down

0 comments on commit adc99ba

Please sign in to comment.