Sharkey/src/web/app/desktop/scripts/notify.ls
2016-12-29 07:49:51 +09:00

6 lines
187 B
Text

riot = require \riot
module.exports = (message) ~>
notification = document.body.append-child document.create-element \mk-ui-notification
riot.mount notification, do
message: message