Quartz / Chartbuilder

A front-end charting application that facilitates easy creation of simple beautiful charts
http://quartz.github.io/Chartbuilder
MIT License
2.1k stars 354 forks source link

Changes necessary to compile under JS strict mode #269

Closed jstray closed 7 years ago

jstray commented 7 years ago

Cannot declare variables without var.

petulla commented 7 years ago

These var declarations look good. I made similar changes in a working branch that converts the code to es2015 spec.

jstray commented 7 years ago

Resubmitting a new PR with the timezone thing reverted.