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