@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Joshua Spence and committed by
epriestley
db563426 6b17a5a6

+1
+1
support/lint/jshintrc
··· 16 16 17 17 "globals": { 18 18 "JX": false, 19 + "Raphael": false, 19 20 "__DEV__": false 20 21 }, 21 22 "browser": true