mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b4a9b1c29c
commit
ef1e9188d8
@ -370,7 +370,10 @@ var BaseBrowserPrototype = {
|
|||||||
//
|
//
|
||||||
// XXX is this the correct way to handle a key???
|
// XXX is this the correct way to handle a key???
|
||||||
__value2key__: function(key){
|
__value2key__: function(key){
|
||||||
return JSON.stringify(key)
|
//return JSON.stringify(key)
|
||||||
|
return key instanceof Array ?
|
||||||
|
key.join(' ')
|
||||||
|
: key
|
||||||
},
|
},
|
||||||
|
|
||||||
// Key getter/generator...
|
// Key getter/generator...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user