1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

Declare Raphael as a global for JSHint

Summary: Let JSHint know that `Raphael` is a global that can be used anywhere. This is not technically correct, but it silences a few JSHint warnings. See http://jshint.com/docs/ for more information.

Test Plan: `arc lint -- webroot/rsrc/js/application/maniphest/behavior-line-chart.js`

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11069
This commit is contained in:
Joshua Spence 2014-12-30 02:58:22 -08:00 committed by epriestley
parent 6b17a5a6ca
commit db56342615

View file

@ -16,6 +16,7 @@
"globals": {
"JX": false,
"Raphael": false,
"__DEV__": false
},
"browser": true