summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js')
-rw-r--r--core/js/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 21466a809b2..afc0732d661 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -159,7 +159,7 @@ OC={
},
dirname: function(path) {
return path.replace(/\\/g,'/').replace(/\/[^\/]*$/, '');;
- }
+ },
/**
* do a search query and display the results
* @param query the search query