Modernization, better linting, adjustment after stricter static rules

This commit is contained in:
knsv
2015-10-17 10:38:05 +02:00
parent 2417741283
commit 8365fcc2f9
14 changed files with 48 additions and 364 deletions

View File

@@ -3,7 +3,7 @@
*/
var log = require('../../logger').create();
describe('when using the ganttDb',function() {
var parseError, gantt;
var parseError, gantt, gDb;
var moment = require('moment');
beforeEach(function () {