Skip to content

Commit 7cf2f71

Browse files
committed
Fix typo.
1 parent 2f3726a commit 7cf2f71

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
@@ -193,7 +193,7 @@ api.frame = (state, subjects, frame, parent, property = null) => {
193193
api.frame(
194194
{...state, graph: id, embedded: false},
195195
Object.keys(state.graphMap[id]).sort(), [subframe], output, '@graph');
196-
state.graphStack.pop;
196+
state.graphStack.pop();
197197
}
198198
}
199199

0 commit comments

Comments
 (0)