Sindbad~EG File Manager

Current Path : /var/www/html/logros.sumar.com.py/vendor/livewire/livewire/js/util/
Upload File :
Current File : /var/www/html/logros.sumar.com.py/vendor/livewire/livewire/js/util/walk.js

// A little DOM-tree walker.
// (TreeWalker won't do because I need to conditionaly ignore sub-trees using the callback)
export function walk(root, callback) {
    if (callback(root) === false) return

    let node = root.firstElementChild

    while (node) {
        walk(node, callback)
        node = node.nextElementSibling
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists