From 4d242f3cc8fb88f260e1c80689053bedbd0b39a2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 1 Apr 2017 02:18:45 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-marks.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/ui-marks.js b/ui (gen4)/features/ui-marks.js index 3f031eda..5121f705 100755 --- a/ui (gen4)/features/ui-marks.js +++ b/ui (gen4)/features/ui-marks.js @@ -104,7 +104,13 @@ function makeTagTogglerAction(tag){ } -// XXX should this co-exist with undoable tags??? +// Build a tag toggler undo set of attrs... +// +// This will add: +// 'undoable' - predicate to check if we need to undo, to handle +// introspection calls correctly... +// 'undo' - undo function... +// var undoTag = function(action){ return { // do not journal calls that have no side-effects, e.g. toggler