Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
5
VApp/node_modules/dom-walk/example/index.js
generated
vendored
Normal file
5
VApp/node_modules/dom-walk/example/index.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
var walk = require("../index")
|
||||
|
||||
walk(document, function (node) {
|
||||
console.log("node", node)
|
||||
})
|
||||
Reference in New Issue
Block a user