From 1cad6761703d1667aa6268e5a22436e593addd93 Mon Sep 17 00:00:00 2001 From: dajester2013 Date: Thu, 23 Jan 2014 05:46:34 -0600 Subject: [PATCH] Update ahuacatl.js fix indentation --- js/server/modules/org/arangodb/ahuacatl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/server/modules/org/arangodb/ahuacatl.js b/js/server/modules/org/arangodb/ahuacatl.js index fff0fb4e45..b2d0c9995d 100644 --- a/js/server/modules/org/arangodb/ahuacatl.js +++ b/js/server/modules/org/arangodb/ahuacatl.js @@ -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) {