export it as the default class
This commit is contained in:
parent
fdf69cd9f4
commit
353901ce6b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import texts from "./read.js";
|
||||||
// MAKE SURE TO TURN THIS OFF DURING BUILD.
|
// MAKE SURE TO TURN THIS OFF DURING BUILD.
|
||||||
let DEBUG = false;
|
let DEBUG = false;
|
||||||
|
|
||||||
class windowman {
|
export default class windowman {
|
||||||
static new(URL, height, width) {
|
static new(URL, height, width) {
|
||||||
this.window = chrome.windows.create({
|
this.window = chrome.windows.create({
|
||||||
url: chrome.runtime.getURL(URL),
|
url: chrome.runtime.getURL(URL),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue