Skip to content

Commit 53daefe

Browse files
committed
Add native functions as PropVertex
1 parent c9fe5ed commit 53daefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/natives.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ define(function (require, exports) {
2525
var target = nativeFlows[native];
2626
flow_graph.addEdge(
2727
flowgraph.nativeVertex(native),
28-
flowgraph.globVertex({
28+
flowgraph.propVertex({
2929
type: 'Identifier',
3030
name: target
3131
})

0 commit comments

Comments
 (0)