mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 01:18:57 +00:00
[Build] Remove unused variables
...to satisfy JSHint
This commit is contained in:
@ -55,7 +55,7 @@ define(
|
||||
}
|
||||
|
||||
function initializeGroups() {
|
||||
var i, group;
|
||||
var group;
|
||||
|
||||
// Ten grayscale colors
|
||||
group = [];
|
||||
|
Reference in New Issue
Block a user