1
0
Fork 0

Fixed JSLint

This commit is contained in:
Michael Hackstein 2015-02-18 20:39:43 +01:00
parent c23b633a05
commit 7844b9eebd
1 changed files with 1 additions and 2 deletions

View File

@ -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,