Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-03-23 03:33:37 +03:00
parent fe5db799d7
commit 12efd8870c

View File

@ -1170,7 +1170,7 @@ var BaseBrowserPrototype = {
return reverse ?
this.slice().reverse()
: this })
// XXX need path threaded into this...
// XXX need path threaded into this -- not sure how to do it yet...
.map(_render = function(elem){
return (
// item not iterable -- skip...