All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.factoryEditing.DomUtility.js Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
//generated code don't edit manually
export class DomUtility {
    static clear(target) {
        while (target.firstElementChild) {
            target.firstElementChild.remove();
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy