Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX release] Use typeOf instead of isArray in _normalizeSerializerPayload #3397

Merged
merged 1 commit into from
Jun 22, 2015

Conversation

wecc
Copy link
Contributor

@wecc wecc commented Jun 20, 2015

Because of Ember.isArray({ length: 1 }) => true.

Array.isArray() used in master is not affected by this.

Fixes #3387

@bmac
Copy link
Member

bmac commented Jun 22, 2015

👍

bmac added a commit that referenced this pull request Jun 22, 2015
[BUGFIX release] Use typeOf instead of isArray in _normalizeSerializerPayload
@bmac bmac merged commit 6061982 into emberjs:release Jun 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants