Add search UI

This commit is contained in:
yflory
2017-03-16 14:16:42 +01:00
parent c3c866fa2b
commit 7761aaa89f
6 changed files with 191 additions and 21 deletions

View File

@@ -376,7 +376,7 @@ define([
var paths = findFile(l);
ret.push({
paths: findFile(l),
data: getFileData(l)
data: exp.getFileData(l)
});
});
return ret;