1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-12-15 05:43:45 +01:00
This commit is contained in:
2024-01-31 14:37:57 +01:00
parent 13c75fede1
commit b326c0e050
10 changed files with 195 additions and 158 deletions

View File

@@ -5,7 +5,6 @@ import { enviroment as env } from './dom-common.js';
const scopes= [ {
get scope(){ return env.D.body; },
host: c=> c ? c(env.D.body) : env.D.body,
custom_element: false,
prevent: true,
} ];
export const scope= {