Export function through compiler.

This commit is contained in:
Ian Gulliver
2014-04-23 11:12:12 -07:00
parent b5405d3d28
commit a1ce47b1a0

View File

@@ -17,6 +17,7 @@ var cameraGrid = {};
/*
* @constructor
* @export
*/
cameraGrid.CameraGrid = function(container, sourceUrls, resolutions, getUrl) {
this.container_ = container;