1
0
Fork 0

cosmetic changes

This commit is contained in:
Frank Celler 2013-01-13 12:40:22 +01:00
parent e0dc0be787
commit fe3e4e5b24
2 changed files with 3 additions and 13 deletions

View File

@ -1,10 +1,4 @@
/*jslint indent: 2,
nomen: true,
maxlen: 100,
sloppy: true,
vars: true,
white: true,
plusplus: true */
/*jslint indent: 2, nomen: true, maxlen: 100, sloppy: true, vars: true, white: true, plusplus: true */
/*global require, arango, db, edges, Module */
////////////////////////////////////////////////////////////////////////////////

View File

@ -1,8 +1,4 @@
/*jslint indent: 2,
nomen: true,
maxlen: 100,
sloppy: true,
plusplus: true */
/*jslint indent: 2, nomen: true, maxlen: 100, sloppy: true, plusplus: true */
/*global require, WeakDictionary, exports */
////////////////////////////////////////////////////////////////////////////////
@ -104,7 +100,7 @@ findOrCreateEdgeCollectionByName = function (name) {
/// @brief constructs a new edge object
////////////////////////////////////////////////////////////////////////////////
function Edge(graph, id) {
function Edge (graph, id) {
var properties = graph._edges.document(id);
this._graph = graph;