mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5955743c77
commit
98d87b612c
@ -890,7 +890,8 @@ var FileSystemLoaderActions = actions.Actions({
|
|||||||
return updated ?
|
return updated ?
|
||||||
gid
|
gid
|
||||||
: [] })],
|
: [] })],
|
||||||
_checkIndex: ['- File/',
|
//checkIndex: ['File/Check index consistency',
|
||||||
|
_checkIndex: ['File/',
|
||||||
core.doc``,
|
core.doc``,
|
||||||
function(options={}){
|
function(options={}){
|
||||||
var context =
|
var context =
|
||||||
@ -1065,6 +1066,8 @@ module.FileSystemLoader = core.ImageGridFeatures.Feature({
|
|||||||
.markChanged('data')
|
.markChanged('data')
|
||||||
.markChanged('images', imgs.keys()) },
|
.markChanged('images', imgs.keys()) },
|
||||||
function(){}) }],
|
function(){}) }],
|
||||||
|
// XXX
|
||||||
|
//['checkIndexPaths',
|
||||||
['checkIndex',
|
['checkIndex',
|
||||||
function(res){
|
function(res){
|
||||||
var that = this
|
var that = this
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user