mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
1e88b00e0c
|
@ -369,8 +369,10 @@ function EdgeShaper(parent, flags, idfunc) {
|
|||
};
|
||||
|
||||
self.removeCursorFollowingEdge = function() {
|
||||
followEdge.remove();
|
||||
followEdge = {};
|
||||
if (followEdge.remove) {
|
||||
followEdge.remove();
|
||||
followEdge = {};
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue