Skip to content

Commit 8c09112

Browse files
committed
Expose public classes
1 parent 7f64687 commit 8c09112

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

neo4j.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,8 +684,11 @@
684684
console.log(obj);
685685
}
686686

687-
// Expose the 'Session' class
687+
// Expose public classes
688688
window.Session = Session;
689+
window.Node = Node;
690+
window.Relationship = Relationship;
691+
window.Path = Path;
689692

690693
}());
691694

0 commit comments

Comments
 (0)