mirror of
https://github.com/nasa/openmct.git
synced 2025-02-03 09:40:48 +00:00
f2cd55d6cd
Cleaning up code in generic serach provider. Removed unnecissary return statements. Moved indexing via web worker from getItems() loop to within itemsHelper(). Commented out timeout, becuase seems unnecissary. Changed all date.getTime() to Date.now(). Indexing has undefined checking.