mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
[Build] Remove unused variables from specs
...to satisfy JSHint.
This commit is contained in:
@ -29,8 +29,7 @@ define(
|
||||
mctForm;
|
||||
|
||||
function installController() {
|
||||
var controllerProperty = mctForm.controller,
|
||||
Controller = mctForm.controller[1];
|
||||
var Controller = mctForm.controller[1];
|
||||
return new Controller(mockScope);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user