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

7 lines
187 B
Plaintext

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