make OCA.Search.Files available in tests and for other apps
This commit is contained in:
parent
6ba8881343
commit
9e3f4e043f
2 changed files with 3 additions and 1 deletions
|
@ -163,4 +163,5 @@
|
|||
}
|
||||
};
|
||||
new Files();
|
||||
OCA.Search.Files = Files;
|
||||
})();
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
"eventsource.js",
|
||||
"config.js",
|
||||
"multiselect.js",
|
||||
"oc-requesttoken.js"
|
||||
"oc-requesttoken.js",
|
||||
"../../search/js/search.js"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue