This website requires JavaScript.
Explore
Help
Sign In
mirror
/
hotomoe
Watch
1
Star
0
Fork
0
You've already forked hotomoe
mirror of
https://github.com/hotomoe/hotomoe
synced
2024-12-19 09:08:10 +09:00
Code
d1393d31ee
hotomoe
/
src
/
web
/
app
/
common
/
mixins
/
stream.js
6 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
:sushi: Closes #12, #227 and #58
2017-03-18 20:05:11 +09:00
import
*
as
riot
from
'riot'
;
Fix bug
2017-06-07 00:04:28 +09:00
export
default
stream
=>
{
riot
.
mixin
(
'stream'
,
{
stream
}
)
;
:sushi: Closes #12, #227 and #58
2017-03-18 20:05:11 +09:00
}
;
Copy Permalink