1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-19 09:08:10 +09:00
hotomoe/src/web/app/common/mixins/stream.js

6 lines
96 B
JavaScript
Raw Normal View History

2017-03-18 20:05:11 +09:00
import * as riot from 'riot';
2017-06-07 00:04:28 +09:00
export default stream => {
riot.mixin('stream', { stream });
2017-03-18 20:05:11 +09:00
};