mirror of https://gitee.com/bigwinds/arangodb
cosmetic changes
This commit is contained in:
parent
e0dc0be787
commit
fe3e4e5b24
|
@ -1,10 +1,4 @@
|
||||||
/*jslint indent: 2,
|
/*jslint indent: 2, nomen: true, maxlen: 100, sloppy: true, vars: true, white: true, plusplus: true */
|
||||||
nomen: true,
|
|
||||||
maxlen: 100,
|
|
||||||
sloppy: true,
|
|
||||||
vars: true,
|
|
||||||
white: true,
|
|
||||||
plusplus: true */
|
|
||||||
/*global require, arango, db, edges, Module */
|
/*global require, arango, db, edges, Module */
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
/*jslint indent: 2,
|
/*jslint indent: 2, nomen: true, maxlen: 100, sloppy: true, plusplus: true */
|
||||||
nomen: true,
|
|
||||||
maxlen: 100,
|
|
||||||
sloppy: true,
|
|
||||||
plusplus: true */
|
|
||||||
/*global require, WeakDictionary, exports */
|
/*global require, WeakDictionary, exports */
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -104,7 +100,7 @@ findOrCreateEdgeCollectionByName = function (name) {
|
||||||
/// @brief constructs a new edge object
|
/// @brief constructs a new edge object
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
function Edge(graph, id) {
|
function Edge (graph, id) {
|
||||||
var properties = graph._edges.document(id);
|
var properties = graph._edges.document(id);
|
||||||
|
|
||||||
this._graph = graph;
|
this._graph = graph;
|
||||||
|
|
Loading…
Reference in New Issue