Skip to content

Commit

Permalink
feat(Behaviour): make UK devs jump for joy
Browse files Browse the repository at this point in the history
Some developers from the UK would like to see Behavior aliased with
Behaviour since they are used to typing it with a u.

fixes #18
  • Loading branch information
EisenbergEffect committed Feb 27, 2015
1 parent f922a86 commit b5cc76c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export {CompositionEngine} from './composition-engine';
export {Animator} from './animator';

export var Behavior = Metadata;
export var Behaviour = Metadata;

Metadata.configure.classHelper('withProperty', BehaviorProperty);
Metadata.configure.classHelper('withOptions', OptionsProperty);
Expand Down

0 comments on commit b5cc76c

Please sign in to comment.