Skip to content

Commit

Permalink
Set JSHint options and use strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Mar 2, 2019
1 parent 8ecbb7a commit 114435a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/MantisGraph/files/MantisGraph.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* jshint -W097, -W031 */
/* globals Chart */
"use strict";

$(document).ready( function() {
// Default color scheme
Chart.defaults.global.plugins.colorschemes.scheme = 'tableau.Classic20';
Expand Down

0 comments on commit 114435a

Please sign in to comment.