Skip to content

Commit

Permalink
fix(all): update to latest plugin api
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Apr 29, 2015
1 parent d57d22b commit 3a5210c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import {CssAnimator} from './animator';

export {CssAnimator} from './animator';

export function install(aurelia){
export function configure(aurelia){
Animator.configureDefault(aurelia.container, new CssAnimator());
}

0 comments on commit 3a5210c

Please sign in to comment.