From 532bf0eef8bcdca265d6bca900b4dd4968b1924f Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Mon, 21 Jan 2013 16:55:14 +0100 Subject: [PATCH] adding derived file --- html/admin/js/modules/org/arangodb/arango-collection-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/admin/js/modules/org/arangodb/arango-collection-common.js b/html/admin/js/modules/org/arangodb/arango-collection-common.js index 5d0a6126b1..22a2573bf6 100644 --- a/html/admin/js/modules/org/arangodb/arango-collection-common.js +++ b/html/admin/js/modules/org/arangodb/arango-collection-common.js @@ -683,7 +683,7 @@ ArangoCollection.prototype.iterate = function (iterator, options) { ArangoCollection.prototype.removeByExample = function (example, waitForSync) { 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 documents = this.byExample(example);