mirror of https://gitee.com/bigwinds/arangodb
adding derived file
This commit is contained in:
parent
0f569ab303
commit
532bf0eef8
|
@ -683,7 +683,7 @@ ArangoCollection.prototype.iterate = function (iterator, options) {
|
||||||
ArangoCollection.prototype.removeByExample = function (example, waitForSync) {
|
ArangoCollection.prototype.removeByExample = function (example, waitForSync) {
|
||||||
var documents;
|
var documents;
|
||||||
|
|
||||||
// TODO this is not optiomal for the client, there should a HTTP call handling
|
// TODO this is not optiomal for the client, there should be an HTTP call handling
|
||||||
// everything on the server
|
// everything on the server
|
||||||
|
|
||||||
documents = this.byExample(example);
|
documents = this.byExample(example);
|
||||||
|
|
Loading…
Reference in New Issue