summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2015-01-02 10:57:25 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2015-01-02 10:57:25 +0100
commit9e3f4e043f6204a336a6efc4a9c39f23723d0522 (patch)
tree4e2efa257ac6c4ed04586d1965bc83973fcea873 /core/js
parent6ba888134318878161eec0c40d26645d9e8190ac (diff)
downloadnextcloud-server-9e3f4e043f6204a336a6efc4a9c39f23723d0522.tar.gz
nextcloud-server-9e3f4e043f6204a336a6efc4a9c39f23723d0522.zip
make OCA.Search.Files available in tests and for other apps
Diffstat (limited to 'core/js')
-rw-r--r--core/js/core.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/js/core.json b/core/js/core.json
index d3a9e2404e8..101a88cd4f0 100644
--- a/core/js/core.json
+++ b/core/js/core.json
@@ -22,6 +22,7 @@
"eventsource.js",
"config.js",
"multiselect.js",
- "oc-requesttoken.js"
+ "oc-requesttoken.js",
+ "../../search/js/search.js"
]
}