mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 20:58:15 +00:00
[Build] Remove unused variables from specs
...to satisfy JSHint.
This commit is contained in:
@ -28,7 +28,6 @@ define(
|
||||
|
||||
var captured,
|
||||
completionCapability,
|
||||
object,
|
||||
mockQ,
|
||||
mockType,
|
||||
cache;
|
||||
@ -45,7 +44,7 @@ define(
|
||||
type: mockType
|
||||
}[key];
|
||||
},
|
||||
hasCapability: function (key) {
|
||||
hasCapability: function () {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user