don't inject for now

This commit is contained in:
buzz-lightsnack-2007 2024-05-21 16:01:15 +08:00
parent fcee12d161
commit fd9211dd1f

View file

@ -1,14 +0,0 @@
export default class injection {
constructor (parent, element, id, classes, options) {
let ELEMENTS = {};
ELEMENTS[`parents`] = ((typeof parent) != `object`) ? docuent.querySelectorAll(parent) : [...parent];
// must only run if there are elements to inject
if ((ELEMENTS[`parents`]).length > 0) {
}
};
}