summaryrefslogtreecommitdiff
path: root/src/web/app/common/mixins/stream.js
blob: 4706042b04f64165d94e9d9c687a8eb950667da4 (plain)
1
2
3
4
5
import * as riot from 'riot';

export default stream => {
	riot.mixin('stream', { stream });
};