summaryrefslogtreecommitdiff
path: root/src/web/app/common/scripts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-01 04:49:23 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-01 04:49:23 +0900
commit23810d0ce57d69ba73ae693ec2e0e179a0f3879f (patch)
treeb72dce23426e107cdd449ac61dafde978866a482 /src/web/app/common/scripts
parent[Client:Mobile] Add the 'Insert The Cat' button (diff)
downloadsharkey-23810d0ce57d69ba73ae693ec2e0e179a0f3879f.tar.gz
sharkey-23810d0ce57d69ba73ae693ec2e0e179a0f3879f.tar.bz2
sharkey-23810d0ce57d69ba73ae693ec2e0e179a0f3879f.zip
Refactor: Extract the cat generator
Diffstat (limited to 'src/web/app/common/scripts')
-rw-r--r--src/web/app/common/scripts/get-cat.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web/app/common/scripts/get-cat.js b/src/web/app/common/scripts/get-cat.js
new file mode 100644
index 0000000000..799f31b9c3
--- /dev/null
+++ b/src/web/app/common/scripts/get-cat.js
@@ -0,0 +1,3 @@
+module.exports = function() {
+ return '(=^・・^=)'
+};