mirror of https://gitee.com/bigwinds/arangodb
using correct parameter name (jslint thanks)
This commit is contained in:
parent
8353af15eb
commit
4e7af1f2e6
|
@ -1391,7 +1391,7 @@ ArangoCollection.prototype.updateByExample = function (example,
|
|||
collection: this._name,
|
||||
example: example,
|
||||
newValue: newValue,
|
||||
options: optionoptions
|
||||
options: options
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue