mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
f6146eb71e
|
@ -65,11 +65,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
view = new window.queryView({
|
view = new window.queryView({
|
||||||
<<<<<<< HEAD
|
collection: queryCollection,
|
||||||
collection: queryCollection
|
collection2: collectionDummy
|
||||||
=======
|
|
||||||
collection: collectionDummy
|
|
||||||
>>>>>>> 626f37ad5b9851274fdeefc4a27f4da5b2623122
|
|
||||||
});
|
});
|
||||||
|
|
||||||
window.modalView = new window.ModalView();
|
window.modalView = new window.ModalView();
|
||||||
|
|
Loading…
Reference in New Issue