mirror of https://gitee.com/bigwinds/arangodb
Fixed JSLint
This commit is contained in:
parent
c23b633a05
commit
7844b9eebd
|
@ -1,6 +1,6 @@
|
|||
/*jshint browser: true */
|
||||
/*jshint unused: false */
|
||||
/*global require, exports, Backbone, EJS, $, setTimeout, localStorage, ace, Storage, window, _ */
|
||||
/*global require, exports, Backbone, EJS, $, setTimeout, localStorage, ace, Storage, window, _, console */
|
||||
/*global _, arangoHelper, templateEngine, jQuery, Joi, d3*/
|
||||
|
||||
(function () {
|
||||
|
@ -654,7 +654,6 @@
|
|||
},
|
||||
|
||||
preparePlanNodeEntry: function(node, parentCost) {
|
||||
console.log(node);
|
||||
var json = {
|
||||
estimatedCost: node.estimatedCost,
|
||||
estimatedNrItems: node.estimatedNrItems,
|
||||
|
|
Loading…
Reference in New Issue