Added missing goog.require()

This commit is contained in:
Petr Pridal
2012-06-22 01:43:09 +02:00
parent e10a845058
commit 8ace8aee78
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
goog.provide('ol.layer.osm');
goog.require('ol.layer.OSM');
/**
* @export
* @return {ol.layer.OSM}

View File

@@ -1,5 +1,7 @@
goog.provide('ol.layer.xyz');
goog.require('ol.layer.XYZ');
/**
* @export
* @param {Object} opt_arg Config object.