Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-03-24 03:11:55 +03:00
parent 71e2806917
commit 08480124ef

View File

@ -1174,6 +1174,7 @@ var BaseBrowserPrototype = {
// NOTE: we need to reverse two things:
// - level order (done here)
// - linearization order (done below)
// XXX can we make this even simpler???
var walk = function(path, list){
return list
// reverse the items...