mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 17:57:04 +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
|
// Converts the filetree into a list
|
||||||
function getItems(timeout) {
|
function getItems() {
|
||||||
// Aquire root objects
|
// Aquire root objects
|
||||||
objectService.getObjects(ROOTS).then(function (objectsById) {
|
objectService.getObjects(ROOTS).then(function (objectsById) {
|
||||||
var objects = [],
|
var objects = [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user