Skip to content

Commit

Permalink
fix(aurelia): update to use latest animator default config api
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Mar 19, 2015
1 parent a33b3ca commit 5dea25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aurelia.js
Expand Up @@ -164,7 +164,7 @@ export class Aurelia {
}

if(!this.container.hasHandler(Animator)){
this.withInstance(Animator, new Animator());
Animator.configureDefault(this.container);
}

return loadResources(this.container, this.resourcesToLoad, this.resources).then(() => {
Expand Down

0 comments on commit 5dea25b

Please sign in to comment.