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
2017-06-07 00:04:28 +09:00

6 lines
96 B
JavaScript

import * as riot from 'riot';
export default stream => {
riot.mixin('stream', { stream });
};