bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-06-29 07:23:08 +03:00
parent 35a8a69f8f
commit f3c432c5d1

View File

@ -1740,7 +1740,12 @@ var BaseBrowserPrototype = {
.run(function(){ .run(function(){
return reverse ? return reverse ?
this.reverse() this.reverse()
: this }))) }, : this })))
// NOTE: walk(..) if passed to items will return a function...
.run(function(){
return this instanceof Function ?
[]
: this})},
// Test/Example Text renders... // Test/Example Text renders...