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 browser: true */
|
||||||
/*jshint unused: false */
|
/*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*/
|
/*global _, arangoHelper, templateEngine, jQuery, Joi, d3*/
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
|
@ -654,7 +654,6 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
preparePlanNodeEntry: function(node, parentCost) {
|
preparePlanNodeEntry: function(node, parentCost) {
|
||||||
console.log(node);
|
|
||||||
var json = {
|
var json = {
|
||||||
estimatedCost: node.estimatedCost,
|
estimatedCost: node.estimatedCost,
|
||||||
estimatedNrItems: node.estimatedNrItems,
|
estimatedNrItems: node.estimatedNrItems,
|
||||||
|
|
Loading…
Reference in New Issue