updated docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-12-14 04:29:51 +04:00
parent 5d506979ac
commit da26156f74

View File

@ -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...