dk8996 / Gantt-Chart

Gantt chart library using D3.js.
Gantt chart library using D3.js.
Apache License 2.0
396 stars 204 forks source link

JSHint fixes #7

Closed shmert closed 1 year ago

shmert commented 9 years ago

Using single-quotes

'use strict'

flag d3 as global var

shmert commented 9 years ago

Hi, just trying out the library, fixed some complaints that JSHint was having.

dk8996 commented 9 years ago

I am cool with this. You commented out the following: //var FIXED_TIME_DOMAIN_MODE = 'fixed';

dk8996 commented 9 years ago

@shmert take a look.