mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
cleanup
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a47556b991
commit
5192c429ab
@ -69,8 +69,6 @@ var util = require('lib/util')
|
|||||||
// // a more complex case...
|
// // a more complex case...
|
||||||
// func([1], [2], 3) // -> [[1], [2], 3]
|
// func([1], [2], 3) // -> [[1], [2], 3]
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// XXX better docs -- signature...
|
|
||||||
var normalizeSplit = function(args){
|
var normalizeSplit = function(args){
|
||||||
return (args.length == 1 && args[0] instanceof Array) ?
|
return (args.length == 1 && args[0] instanceof Array) ?
|
||||||
args.pop()
|
args.pop()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user