diff options
Diffstat (limited to 'src/web/app/desktop/scripts/open-window.ls')
| -rw-r--r-- | src/web/app/desktop/scripts/open-window.ls | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/web/app/desktop/scripts/open-window.ls b/src/web/app/desktop/scripts/open-window.ls deleted file mode 100644 index 4388272ecf..0000000000 --- a/src/web/app/desktop/scripts/open-window.ls +++ /dev/null @@ -1,8 +0,0 @@ -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 |