1
0
Fork 0

using correct parameter name (jslint thanks)

This commit is contained in:
Esteban Lombeyda 2014-05-26 16:15:38 +02:00
parent 8353af15eb
commit 4e7af1f2e6
1 changed files with 1 additions and 1 deletions

View File

@ -1391,7 +1391,7 @@ ArangoCollection.prototype.updateByExample = function (example,
collection: this._name,
example: example,
newValue: newValue,
options: optionoptions
options: options
};
}