One missed fix

This commit is contained in:
Ian Gulliver
2014-04-23 13:16:06 -07:00
parent 2a2a94935f
commit 75f438e669

View File

@@ -51,7 +51,7 @@ cameraGrid.CameraGrid = function(container, sourceUrls, resolutions, getUrl) {
/** @type {number} */
this.imgHeightPx_;
/** @type {string} */
this.constraint_ = null;
this.constraint_;
/** @type {number} */
this.containerImgWidthPx_;