mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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'
|
||||
&& that.readAllMetadata) ?
|
||||
// full (slow)...
|
||||
that.readAllMetadata())
|
||||
that.readAllMetadata()
|
||||
// partial (fast)...
|
||||
: (that.cacheAllMetadata
|
||||
&& that.cacheAllMetadata() ))
|
||||
&& that.cacheAllMetadata()))
|
||||
// previews...
|
||||
options.previews !== false
|
||||
&& that.makePreviews
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user