1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00
phorge-phorge/webroot/rsrc
Joshua Spence e6684af73c Let JSHint know that the show_details function is an exported global
Summary:
The `show_details` function is used by DarkConsole. Adding this comment silences the following JSHint warning:

```
>>> Lint for webroot/rsrc/js/core/behavior-error-log.js:

   Warning  (W098) JSHintW098
    'show_details' is defined but never used.

               5
               6 var current_details = null;
               7
    >>>        8 function show_details(row) {
               9   var node = JX.$('row-details-' + row);
              10
              11   if (current_details !== null) {
```

Test Plan: `arc lint`

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11063
2014-12-30 02:51:36 -08:00
..
css Minor indentation fixes 2014-12-30 02:50:01 -08:00
externals Update to FontAwesome 4.2.0 2014-11-03 12:58:02 -08:00
favicons Add HiDPI favicons 2014-11-07 17:07:38 -08:00
image Remove docs sprite, replace with FontAwesome 2014-12-20 20:59:24 -08:00
js Let JSHint know that the show_details function is an exported global 2014-12-30 02:51:36 -08:00
swf React to Aphlict disconnects in the UI 2014-06-24 09:41:40 -07:00