tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-02-07 13:26:56 +03:00
parent a3ccb3a65a
commit 7009f72a41

View File

@ -1965,10 +1965,10 @@ var JournalActions = actions.Actions({
// action: <action-name>, // action: <action-name>,
// args: [ ... ], // args: [ ... ],
// //
// the current image before the action... // // the current image before the action...
// current: undefined | <gid> // current: undefined | <gid>
// //
// the target (current) image after action... // // the target (current) image after action...
// target: undefined | <gid> // target: undefined | <gid>
// //
// // additional data, can be set via: // // additional data, can be set via:
@ -3380,4 +3380,4 @@ module.SelfTest = ImageGridFeatures.Feature({
/********************************************************************** /**********************************************************************
* vim:set ts=4 sw=4 : */ return module }) * vim:set ts=4 sw=4 nowrap : */ return module })