diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 8b84fb35..c32a1256 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2022,7 +2022,6 @@ var JournalActions = actions.Actions({ // journal after the action is done... return function(){ data.target = this.current - // prep to get additional undo state... var update = _getActionMethod(action, 'getUndoState') update diff --git a/Viewer/package.json b/Viewer/package.json index 38bbfe9c..650bb6ac 100755 --- a/Viewer/package.json +++ b/Viewer/package.json @@ -1,7 +1,7 @@ { "name": "ImageGrid.Viewer.g4", "main": "index.html", - "version": "4.0.2a", + "version": "4.0.3a", "author": "Alex A. Naanou (https://github.com/flynx)", "contributors": [], "repository": "github:flynx/ImageGrid",