mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 22:50:49 +00:00
[Search] Fixed comments
This commit is contained in:
parent
5870248617
commit
845b9a2faa
@ -22,7 +22,7 @@
|
|||||||
/*global define,Promise*/
|
/*global define,Promise*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Module defining ListController. Created by vwoeltje on 11/18/14.
|
* Module defining SearchController. Created by shale on 07/08/2015.
|
||||||
*/
|
*/
|
||||||
define(function () {
|
define(function () {
|
||||||
|
|
||||||
@ -32,8 +32,7 @@ define(function () {
|
|||||||
|
|
||||||
// Indexes the filetree into a searchable format
|
// Indexes the filetree into a searchable format
|
||||||
function indexTree() {
|
function indexTree() {
|
||||||
var persistence = $scope.domainObject.getCapability('persistence');
|
|
||||||
return persistence && persistence.persist();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Search through items for items which have the search term
|
// Search through items for items which have the search term
|
||||||
|
Loading…
x
Reference in New Issue
Block a user