summaryrefslogtreecommitdiff
path: root/src/web/app/desktop/scripts/open-window.ls
blob: 4388272ecf20d27ff58e2bb12ac2517a85ba40c0 (plain)
1
2
3
4
5
6
7
8
riot = require \riot

function open(name, opts)
	window = document.body.append-child document.create-element name
	riot.mount window, opts

riot.mixin \open-window do
	open-window: open