mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
35a8a69f8f
commit
f3c432c5d1
@ -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...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user