Skip to content

Commit c38717e

Browse files
committed
remove .hasOwnProperty check for shoebox keys
1 parent c3a8c83 commit c38717e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ember-app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,6 @@ function createShoebox(doc, fastbootInfo) {
435435
if (!shoebox) { return; }
436436

437437
for (let key in shoebox) {
438-
if (!shoebox.hasOwnProperty(key)) { continue; }
439-
440438
let value = shoebox[key];
441439
let textValue = JSON.stringify(value);
442440
textValue = escapeJSONString(textValue);

0 commit comments

Comments
 (0)