Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-03-21 12:54:55 +03:00
parent 7422b7f0d3
commit 7d85cfb0e0

View File

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