mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 16:49:42 +00:00
[Search] Remove unused parameter
This commit is contained in:
@ -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 = [],
|
||||
|
Reference in New Issue
Block a user