]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Remove unused eslint directive (#6040)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Mon, 4 Feb 2019 07:19:40 +0000 (23:19 -0800)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Mon, 4 Feb 2019 07:19:40 +0000 (08:19 +0100)
src/scales/scale.time.js

index 3744230a56483e8e1f8682653ecf854c3010db4c..8dfa4e36b003f4f16a842108c1060fb60566e6be 100644 (file)
@@ -1,4 +1,3 @@
-/* global window: false */
 'use strict';
 
 var adapter = require('../core/core.adapters')._date;