This website requires JavaScript.
Explore
Help
Sign In
moris
/
mi.moris.day
Watch
1
Star
0
Fork
0
You've already forked mi.moris.day
forked from
mirror/misskey
Code
Pull Requests
Activity
d168ac6106
mi.moris.day
/
src
/
web
/
app
/
common
/
scripts
/
get-cat.js
4 lines
57 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Refactor: Extract the cat generator
2017-02-01 04:49:23 +09:00
module
.
exports
=
function
(
)
{
Fix: Add missing semicolon
2017-02-01 04:51:10 +09:00
return
'(=^・・^=)'
;
Refactor: Extract the cat generator
2017-02-01 04:49:23 +09:00
}
;
Copy Permalink