Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/webpack.js')
-rw-r--r--apps/files_trashbin/webpack.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/webpack.js b/apps/files_trashbin/webpack.js
index 1856c08ae80..efe4330ef04 100644
--- a/apps/files_trashbin/webpack.js
+++ b/apps/files_trashbin/webpack.js
@@ -6,6 +6,6 @@ module.exports = {
path: path.resolve(__dirname, './js'),
publicPath: '/js/',
filename: 'files_trashbin.js',
- jsonpFunction: 'webpackJsonpFilesTrashbin'
- }
+ jsonpFunction: 'webpackJsonpFilesTrashbin',
+ },
}