1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-11 07:11:04 +01:00
phorge-phorge/webroot/rsrc
Joshua Spence 02b2883555 Use better variable names
Summary:
Use `p` and `c` instead of (reusing) `k`. This silences the following JSHint warning:

```
>>> Lint for webroot/rsrc/js/application/projects/behavior-project-boards.js:

   Warning  (W004) JSHintW004
    'k' is already defined.

              57       'phui-tag-shade-blue': (sum > 0 && !over_limit),
              58       'phui-tag-shade-red': (over_limit)
              59     };
    >>>       60     for (var k in color_map) {
              61       JX.DOM.alterClass(data.countTagNode, k, !!color_map[k]);
              62     }
              63   }
```

Test Plan: `arc lint`

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11066
2014-12-30 02:56:22 -08:00
..
css Minor indentation fixes 2014-12-30 02:50:01 -08:00
externals Use window.confirm instead of confirm 2014-12-30 02:55:12 -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 Use better variable names 2014-12-30 02:56:22 -08:00
swf React to Aphlict disconnects in the UI 2014-06-24 09:41:40 -07:00