ivmartel / dwv

DICOM Web Viewer: open source zero footprint medical image library.
https://ivmartel.github.io/dwv/
GNU General Public License v3.0
1.68k stars 593 forks source link

Slips in documentation #158

Closed mbarnig closed 9 years ago

mbarnig commented 9 years ago

Let me first say that DWV is an outstanding project which is very well structured and documentated. When I was reading the DWV documentation at YUI, I noted that the following classes have two methods with the same name : dwv.App -> loadFiles, translate ; dwv.gui.base -> refreshSelect ; dwv.image.filter.Treshold / Sharpen / Sobel -> setOriginalImage; dwv.tool.Toolbox -> init; dwv.ViewController -> setCurrentPosition2D I know that there is no impact on the program working, but I think it's not an intention, but a small slip in the comments of the corresponding javascript files.

ivmartel commented 9 years ago

Thanks Marco, I will get cracking!