From 75f438e6694c7f8fc049294fae76b8793664d94a Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 23 Apr 2014 13:16:06 -0700 Subject: [PATCH] One missed fix --- cameragrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cameragrid.js b/cameragrid.js index 2a0072c..20806c2 100644 --- a/cameragrid.js +++ b/cameragrid.js @@ -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_;