mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6235e85f4f
commit
96e234cbfe
@ -919,10 +919,10 @@ var SharpActions = actions.Actions({
|
|||||||
&& ((options.metadata == 'full'
|
&& ((options.metadata == 'full'
|
||||||
&& that.readAllMetadata) ?
|
&& that.readAllMetadata) ?
|
||||||
// full (slow)...
|
// full (slow)...
|
||||||
that.readAllMetadata())
|
that.readAllMetadata()
|
||||||
// partial (fast)...
|
// partial (fast)...
|
||||||
: (that.cacheAllMetadata
|
: (that.cacheAllMetadata
|
||||||
&& that.cacheAllMetadata() ))
|
&& that.cacheAllMetadata()))
|
||||||
// previews...
|
// previews...
|
||||||
options.previews !== false
|
options.previews !== false
|
||||||
&& that.makePreviews
|
&& that.makePreviews
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user