mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 09:26:45 +00:00
[Search] Remove unused parameter
This commit is contained in:
parent
eab140df48
commit
d82be0deef
@ -142,7 +142,7 @@ define(
|
||||
}
|
||||
|
||||
// Converts the filetree into a list
|
||||
function getItems(timeout) {
|
||||
function getItems() {
|
||||
// Aquire root objects
|
||||
objectService.getObjects(ROOTS).then(function (objectsById) {
|
||||
var objects = [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user