diff --git a/Viewer/features/core.js b/Viewer/features/core.js index c32a1256..bb3522c8 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -1965,10 +1965,10 @@ var JournalActions = actions.Actions({ // action: , // args: [ ... ], // - // the current image before the action... + // // the current image before the action... // current: undefined | // - // the target (current) image after action... + // // the target (current) image after action... // target: undefined | // // // 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 })