diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-01 04:49:23 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-01 04:49:23 +0900 |
| commit | 23810d0ce57d69ba73ae693ec2e0e179a0f3879f (patch) | |
| tree | b72dce23426e107cdd449ac61dafde978866a482 /src/web/app/common/scripts | |
| parent | [Client:Mobile] Add the 'Insert The Cat' button (diff) | |
| download | sharkey-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.js | 3 |
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 '(=^・・^=)' +}; |