fix lint error, remove unnecessary comment

This commit is contained in:
notmasteryet 2012-01-11 20:54:27 -06:00
parent 15c132d4b9
commit 8af527919a

View File

@ -351,8 +351,6 @@ var JpxImage = (function JpxImageClosure() {
];
function BitModel(width, height, subband, zeroBitPlanes) {
// TODO do we need to know offsets of the coefficients (not only width
// and height) ?
this.width = width;
this.height = height;