mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 22:28:13 +00:00
[Build] Remove unused variables
...to satisfy JSHint
This commit is contained in:
@ -13,7 +13,7 @@ define(
|
||||
function CompositionModelPolicy() {
|
||||
}
|
||||
|
||||
CompositionModelPolicy.prototype.allow = function (candidate, context) {
|
||||
CompositionModelPolicy.prototype.allow = function (candidate) {
|
||||
return Array.isArray(
|
||||
(candidate.getInitialModel() || {}).composition
|
||||
);
|
||||
|
Reference in New Issue
Block a user