mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Git update
This commit is contained in:
parent
bd8d7eedb6
commit
602ca1128e
3123 changed files with 521005 additions and 521005 deletions
26
node_modules/min-document/test/cleanup.js
generated
vendored
26
node_modules/min-document/test/cleanup.js
generated
vendored
|
@ -1,13 +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])
|
||||
}
|
||||
}
|
||||
}
|
||||
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