Sharkey/src/web/app/desktop/scripts/notify.ls

7 lines
187 B
Text
Raw Normal View History

2016-12-29 00:49:51 +02:00
riot = require \riot
module.exports = (message) ~>
notification = document.body.append-child document.create-element \mk-ui-notification
riot.mount notification, do
message: message