Fix closure warning
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user