Skip to content

Commit

Permalink
Merge pull request #3685 from Batterii/array-prototype-typo
Browse files Browse the repository at this point in the history
Fixing typo that causes Ember-Data v1.13.10 to crash with Ember v2.0.
  • Loading branch information
bmac committed Aug 21, 2015
2 parents 858dc5d + 34a7667 commit b921f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-data/lib/ext/ember/array.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import Ember from 'ember';
export default (Array.prorotype || Ember.ArrayPolyfills);
export default (Array.prototype || Ember.ArrayPolyfills);

0 comments on commit b921f6d

Please sign in to comment.