Skip to content

Commit c28d21d

Browse files
gkelloggdavidlehn
authored andcommitted
Go back to @graph in frame usage.
1 parent 1da060a commit c28d21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/frame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ api.frame = (state, subjects, frame, parent, property = null) => {
176176
if(id in state.graphMap) {
177177
let recurse = false;
178178
let subframe = null;
179-
if(!frame.hasOwnProperty('@graph')) {
179+
if(!('@graph' in frame)) {
180180
recurse = state.graph !== '@merged';
181181
subframe = {};
182182
} else {

0 commit comments

Comments
 (0)