mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-16 16:21:40 +00:00
updated docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5d506979ac
commit
da26156f74
@ -107,6 +107,10 @@ function makeMarkToggler(img_class, mark_class, evt_name){
|
||||
}
|
||||
|
||||
|
||||
// generate an image updater function...
|
||||
//
|
||||
// the resulting function will update image mark state by adding or
|
||||
// removing the mark the specific mark object.
|
||||
function makeMarkUpdater(img_class, mark_class, test){
|
||||
return function(gid, image){
|
||||
// marks...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user