1
0
Fork 0

Update ahuacatl.js

fix indentation
This commit is contained in:
dajester2013 2014-01-23 05:46:34 -06:00
parent 27806d90a8
commit 1cad676170
1 changed files with 1 additions and 1 deletions

View File

@ -3841,7 +3841,7 @@ function TRAVERSAL_FUNC (func, vertexCollection, edgeCollection, startVertex, di
if (params.filterVertices) {
config.filter = TRAVERSAL_VERTEX_FILTER;
config.filterVertexExamples = params.filterVertices;
config.vertexFilterType = params.vertexFilterType || ["prune","exclude"];
config.vertexFilterType = params.vertexFilterType || ["prune","exclude"];
}
if (params._sort) {