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:

committed by
epriestley

parent
6b17a5a6ca
commit
db56342615
@@ -16,6 +16,7 @@
|
||||
|
||||
"globals": {
|
||||
"JX": false,
|
||||
"Raphael": false,
|
||||
"__DEV__": false
|
||||
},
|
||||
"browser": true
|
||||
|
Reference in New Issue
Block a user