From 9beb95884599640d94f0e8de2d03963b5109a22f Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sun, 9 Sep 2012 00:35:02 +0200 Subject: [PATCH] forgot a , --- core/js/js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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