From da26156f74ad0aa08d7d5ba5a5938f791f29f95e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 14 Dec 2013 04:29:51 +0400 Subject: [PATCH] updated docs... Signed-off-by: Alex A. Naanou --- ui/marks.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/marks.js b/ui/marks.js index 0c42acde..b9b81948 100755 --- a/ui/marks.js +++ b/ui/marks.js @@ -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...