[Client] Remove an unused mixin
This commit is contained in:
parent
8a5c5de43c
commit
ac655612a7
2 changed files with 0 additions and 9 deletions
|
|
@ -1,8 +0,0 @@
|
|||
const riot = require('riot');
|
||||
|
||||
riot.mixin('open-window', {
|
||||
openWindow: (name, opts) => {
|
||||
const window = document.body.appendChild(document.createElement(name));
|
||||
return riot.mount(window, opts)[0];
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue