Skip to content

Commit

Permalink
this seems to be giving our IE8 users some trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Aug 7, 2014
1 parent 919cf86 commit 0dd91bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-metal/lib/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ if (!(Object.create && !Object.create(null).hasOwnProperty)) {
object.__proto__ = prototype;
}

if (properties !== void 0) {
if (properties !== undefined) {
Object.defineProperties(object, properties);
}

Expand Down

0 comments on commit 0dd91bd

Please sign in to comment.