Skip to content

Commit

Permalink
Changed argument order to the ext config struct. Fixes #971 (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb authored Jan 29, 2017
1 parent 349f3c9 commit bd28a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visualizers/panels/ForgeActionButton/ConfigDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ define([
id: 'extensionConfig',
class: 'extension-config',
configStructure: ExportFormats[format].getConfigStructure ?
ExportFormats[format].getConfigStructure(this._client, this._node) : []
ExportFormats[format].getConfigStructure(this._node, this._client) : []
};
this._divContainer.find('.extension-config').remove();

Expand Down

0 comments on commit bd28a61

Please sign in to comment.