????

Your IP : 3.145.79.94


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/min-document/test/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/min-document/test/cleanup.js

module.exports = Cleanup

function Cleanup (document) {

    return cleanup

    function cleanup () {
        var childNodes = document.body.childNodes
        for (var i = 0; i < childNodes.length; i++) {
            document.body.removeChild(childNodes[i])
        }
    }
}