don't inject for now
This commit is contained in:
parent
fcee12d161
commit
fd9211dd1f
1 changed files with 0 additions and 14 deletions
|
@ -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) {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue