Skip to content

Commit

Permalink
Fix Ember.Evented re-export typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode authored and webark committed Oct 6, 2016
1 parent 5aed5df commit beaaa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-runtime/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export { default as Observable } from './mixins/observable';
export { default as MutableEnumerable } from './mixins/mutable_enumerable';
export { default as MutableArray } from './mixins/mutable_array';
export { default as TargetActionSupport } from './mixins/target_action_support';
export { defautl as Evented } from './mixins/evented';
export { default as Evented } from './mixins/evented';
export { default as PromiseProxyMixin } from './mixins/promise_proxy';

export {
Expand Down

0 comments on commit beaaa75

Please sign in to comment.