diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-09-09 00:35:02 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-09-09 00:35:02 +0200 |
commit | 9beb95884599640d94f0e8de2d03963b5109a22f (patch) | |
tree | f6ea55812839329f0c95a31a4b078d5ce5c5c3c6 /core/js | |
parent | b14265b5c3671c260c75b1fa7b39504ea2e058e3 (diff) | |
download | nextcloud-server-9beb95884599640d94f0e8de2d03963b5109a22f.tar.gz nextcloud-server-9beb95884599640d94f0e8de2d03963b5109a22f.zip |
forgot a ,
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/js.js | 2 |
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 |