riot-starter/public/js/mixins/relay.mixin.js

11 lines
167 B
JavaScript
Raw Normal View History

2019-07-20 23:05:55 +00:00
/**
* Global Observiable Mixin
*
* simplifies communication between mutliple components
* on a single page
*/
module.exports = {
relay: riot.observable()
};