Fix closure warning

This commit is contained in:
Ian Gulliver
2014-04-23 11:07:29 -07:00
parent 2c9fc10313
commit b5405d3d28

View File

@@ -15,6 +15,9 @@ limitations under the License.
*/ */
var cameraGrid = {}; var cameraGrid = {};
/*
* @constructor
*/
cameraGrid.CameraGrid = function(container, sourceUrls, resolutions, getUrl) { cameraGrid.CameraGrid = function(container, sourceUrls, resolutions, getUrl) {
this.container_ = container; this.container_ = container;
this.sourceUrls_ = sourceUrls; this.sourceUrls_ = sourceUrls;