1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel

This commit is contained in:
Jan Steemann 2014-10-30 17:37:21 +01:00
commit f6146eb71e
1 changed files with 2 additions and 5 deletions

View File

@ -65,11 +65,8 @@
};
view = new window.queryView({
<<<<<<< HEAD
collection: queryCollection
=======
collection: collectionDummy
>>>>>>> 626f37ad5b9851274fdeefc4a27f4da5b2623122
collection: queryCollection,
collection2: collectionDummy
});
window.modalView = new window.ModalView();