1
0
Fork 0

adding derived file

This commit is contained in:
Jan Steemann 2013-01-21 16:55:14 +01:00
parent 0f569ab303
commit 532bf0eef8
1 changed files with 1 additions and 1 deletions

View File

@ -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);