summaryrefslogtreecommitdiff
path: root/src/web/app/common/scripts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-19 07:13:56 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-19 07:13:56 +0900
commitf3fbc52dfffd5f305f584e0ca6e2fb6664e86ec8 (patch)
tree335b9e50bf2b58bde17c9da1986cf15e7cdcad47 /src/web/app/common/scripts
parentMerge pull request #182 from syuilo/greenkeeper/riot-3.3.0 (diff)
downloadsharkey-f3fbc52dfffd5f305f584e0ca6e2fb6664e86ec8.tar.gz
sharkey-f3fbc52dfffd5f305f584e0ca6e2fb6664e86ec8.tar.bz2
sharkey-f3fbc52dfffd5f305f584e0ca6e2fb6664e86ec8.zip
:v:
Diffstat (limited to 'src/web/app/common/scripts')
-rw-r--r--src/web/app/common/scripts/get-cat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/scripts/get-cat.js b/src/web/app/common/scripts/get-cat.js
index bccfcbd4f9..cd28c7bdaa 100644
--- a/src/web/app/common/scripts/get-cat.js
+++ b/src/web/app/common/scripts/get-cat.js
@@ -1,3 +1,3 @@
-module.exports = function() {
+module.exports = () => {
return '(=^・・^=)';
};