Skip to content

Commit

Permalink
fix(framework-configuration): improve standardConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 15, 2015
1 parent aade9da commit c91ea2b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/framework-configuration.js
Expand Up @@ -288,12 +288,7 @@ export class FrameworkConfiguration {
* @return {FrameworkConfiguration} Returns the current FrameworkConfiguration instance.
*/
standardConfiguration():FrameworkConfiguration{
return this.aurelia.use
.defaultBindingLanguage()
.defaultResources()
.history()
.router()
.eventAggregator();
return this.defaultBindingLanguage().defaultResources().history().router().eventAggregator();
}

/**
Expand Down

0 comments on commit c91ea2b

Please sign in to comment.