[Search] Remove unused parameter

This commit is contained in:
slhale 2015-08-04 13:14:20 -07:00
parent eab140df48
commit d82be0deef

View File

@ -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 = [],