Homestyx hydra
Diffusion hydra e6684af73cec

Let JSHint know that the `show_details` function is an exported global

Description

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

Details

Provenance
Joshua SpenceAuthored on Dec 30 2014, 5:51 AM
epriestleyCommitted on Dec 30 2014, 5:51 AM
sirocylPushed on Oct 16 2024, 5:49 AM
Parents
R1:3f0bc79e0ab1: Minor JavaScript fix
Branches
Unknown
Tags
Unknown

Event Timeline