From 4e7af1f2e68c59b132deb5f27418e3d73457c34f Mon Sep 17 00:00:00 2001 From: Esteban Lombeyda Date: Mon, 26 May 2014 16:15:38 +0200 Subject: [PATCH] using correct parameter name (jslint thanks) --- js/client/modules/org/arangodb/arango-collection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/client/modules/org/arangodb/arango-collection.js b/js/client/modules/org/arangodb/arango-collection.js index e66415b978..f31d76db33 100644 --- a/js/client/modules/org/arangodb/arango-collection.js +++ b/js/client/modules/org/arangodb/arango-collection.js @@ -1391,7 +1391,7 @@ ArangoCollection.prototype.updateByExample = function (example, collection: this._name, example: example, newValue: newValue, - options: optionoptions + options: options }; }