]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Fix check for undefined 3261/head
authorTomasz Moń <desowin@gmail.com>
Mon, 12 Sep 2016 07:37:04 +0000 (10:37 +0300)
committerTomasz Moń <desowin@gmail.com>
Mon, 12 Sep 2016 07:41:27 +0000 (10:41 +0300)
commit0514ed479353f76161f7a51fde00e9f71d2ae9da
tree6a698963bd3571cc8892bd139abf6727b47dfa77
parentcd24895cd1b5c5fc29b4c4548bd8a0d2c2727475
Fix check for undefined

Use '!==' instead of '!='. This fixes eqeqeq error reported by gulp-eslint.
src/scales/scale.time.js