Skip to content

Commit

Permalink
fix(component-utils): pull-request fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtaSim committed Sep 17, 2019
1 parent 3909033 commit 1b2c9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/Bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default class Bootstrap {
let currentApplicationSettings = {};

let plugins = this._config.plugins.concat([
{ name: 'app', module: this._config }
{ name: ObjectContainer.APP_BINDING_STATE, module: this._config }
]);

plugins
Expand Down

0 comments on commit 1b2c9e9

Please sign in to comment.