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:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-17 10:25:31 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-17 15:03:38 +0300
commit5d9bb5e2471b5266496a1bfd0af11e766de917c2 (patch)
tree0b7d4017098209ac3b6e4df3938257d91b9d8194 /core/webpack.js
parentfb183b457c2befbc3ab04b0cb070aa1e300443c6 (diff)
Lint fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/webpack.js')
-rw-r--r--core/webpack.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/webpack.js b/core/webpack.js
index cf9c332ead0..3fc3290d470 100644
--- a/core/webpack.js
+++ b/core/webpack.js
@@ -33,7 +33,7 @@ module.exports = [
},
plugins: [
new webpack.ProvidePlugin({
- '_': 'underscore',
+ _: 'underscore',
$: 'jquery',
jQuery: 'jquery',
}),