mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-07-01 12:22:15 +02:00
⚡ Refact docs and examples (linting) (#22)
This commit is contained in:
@ -10,7 +10,7 @@ export function createHTMl(html, options= {}){
|
||||
if(dom) cleanHTML();
|
||||
// set a default url if we don't get one - otherwise things explode when we copy localstorage keys
|
||||
if (!('url' in options)) { Object.assign(options, { url: 'http://localhost:3000' }) }
|
||||
|
||||
|
||||
dom= new JSDOM(html, options);
|
||||
const window= dom.window;
|
||||
return {
|
||||
|
Reference in New Issue
Block a user