1
0
Fork 0

added link to graph collection

This commit is contained in:
a-brandt 2013-03-08 16:57:09 +01:00
parent e952b28aab
commit 14226be22a
1 changed files with 1 additions and 0 deletions

View File

@ -599,6 +599,7 @@ function Graph (name, vertices, edges, waitForSync) {
this._properties = graphProperties;
// and store the collections
this._gdb = gdb;
this._vertices = vertices;
this._edges = edges;