diff --git a/js/client/client.js b/js/client/client.js index 6e190abe08..3e974511c7 100755 --- a/js/client/client.js +++ b/js/client/client.js @@ -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 */ //////////////////////////////////////////////////////////////////////////////// diff --git a/js/common/modules/org/arangodb/graph.js b/js/common/modules/org/arangodb/graph.js index a0b0562e83..a02518e0d3 100644 --- a/js/common/modules/org/arangodb/graph.js +++ b/js/common/modules/org/arangodb/graph.js @@ -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;