Skip to content

Commit

Permalink
HAWKULAR-183 - Changed the syntax to bind to window.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed May 11, 2015
1 parent b6d2024 commit cbf5510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/accounts/plugins/accounts/ts/accountsPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module HawkularAccounts {
}]);

hawtioPluginLoader.registerPreBootstrapTask((next) => {
KeycloakConfig = "/keycloak.json";
window['KeycloakConfig'] = "/keycloak.json";
next();
}, true);

Expand Down

0 comments on commit cbf5510

Please sign in to comment.