From 23810d0ce57d69ba73ae693ec2e0e179a0f3879f Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Feb 2017 04:49:23 +0900 Subject: Refactor: Extract the cat generator --- src/web/app/common/scripts/get-cat.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/web/app/common/scripts/get-cat.js (limited to 'src/web/app/common/scripts') 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 '(=^・・^=)' +}; -- cgit v1.2.3-freya