1
0
Fork 0

Fixup add ArangoCollection#isArangoCollection

This commit is contained in:
Alan Plum 2016-03-30 15:13:13 +02:00
parent 71ea230d4f
commit 27e4b43fa6
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@ ArangoCollection.TYPE_DOCUMENT = 2;
ArangoCollection.TYPE_EDGE = 3;
ArangoCollection.prototype.isArangoCollection = true;
////////////////////////////////////////////////////////////////////////////////
/// @brief prints a collection
////////////////////////////////////////////////////////////////////////////////