diff --git a/src/main/webapp/resources/libs/fims/paintweb/paintweb.js b/src/main/webapp/resources/libs/fims/paintweb/paintweb.js index ad6aee70..cd62a7e3 100644 --- a/src/main/webapp/resources/libs/fims/paintweb/paintweb.js +++ b/src/main/webapp/resources/libs/fims/paintweb/paintweb.js @@ -1838,8 +1838,7 @@ function PaintWeb (win, doc) { layerContext.putImageData(himg, 0, 0, 0, 0, w, h); history.pos = pos; - this.events.dispatch(new appEvent.historyUpdate(pos, cpos, - history.states.length)); + this.events.dispatch(new appEvent.historyUpdate(pos, cpos, history.states.length)); return true; };