First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
13
node_modules/min-document/test/cleanup.js
generated
vendored
Normal file
13
node_modules/min-document/test/cleanup.js
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
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])
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue