mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-07-01 20:32:13 +02:00
📦
This commit is contained in:
@ -5,7 +5,7 @@ prop_process.setDelete= function(obj, prop, value){
|
||||
if("checked"!==prop) return setDelete(obj, prop, value);
|
||||
if(value) return obj.setAttribute("checked", "");
|
||||
obj.removeAttribute("checked");
|
||||
}
|
||||
};
|
||||
const keys= [ "HTMLElement", "SVGElement", "DocumentFragment", "MutationObserver", "document" ];
|
||||
let dom_last;
|
||||
export let el;
|
||||
|
Reference in New Issue
Block a user