mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
5251f08fb4
Summary: This silences the following JSHint warning: ``` >>> Lint for webroot/rsrc/js/application/uiexample/notification-example.js: Warning (W117) JSHintW117 'confirm' is not defined. 39 notification.listen( 40 'activate', 41 function() { >>> 42 if (!confirm('Close notification?')) { 43 JX.Stratcom.context().kill(); 44 } 45 }); ``` Test Plan: `arc lint` Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11065 |
||
---|---|---|
.. | ||
busy-example.js | ||
gesture-example.js | ||
JavelinViewExample.js | ||
notification-example.js | ||
ReactorButtonExample.js | ||
ReactorCheckboxExample.js | ||
ReactorFocusExample.js | ||
ReactorInputExample.js | ||
ReactorMouseoverExample.js | ||
ReactorRadioExample.js | ||
ReactorSelectExample.js | ||
ReactorSendClassExample.js | ||
ReactorSendPropertiesExample.js |