mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
fixed a really odd bug -- seems like I just sat on the keyboard...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0dbe559a0d
commit
6759c38567
@ -2222,7 +2222,7 @@ var DataPrototype = {
|
|||||||
// .getImage(..)
|
// .getImage(..)
|
||||||
// NOTE: if no target is given this will assume the current image.
|
// NOTE: if no target is given this will assume the current image.
|
||||||
split: function(target){
|
split: function(target){
|
||||||
target = argument.length > 1 ? [].slice.call(arguments)
|
target = arguments.length > 1 ? [].slice.call(arguments)
|
||||||
: target == null || target instanceof Array ? target
|
: target == null || target instanceof Array ? target
|
||||||
: [target]
|
: [target]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user