[OpenLayers-Commits] r12077 - trunk/openlayers/lib/OpenLayers/Layer
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Thu Jun 9 23:25:34 EDT 2011
Author: ahocevar
Date: 2011-06-09 20:25:33 -0700 (Thu, 09 Jun 2011)
New Revision: 12077
Modified:
trunk/openlayers/lib/OpenLayers/Layer/Bing.js
trunk/openlayers/lib/OpenLayers/Layer/GoogleNG.js
Log:
adding missing @requires
Modified: trunk/openlayers/lib/OpenLayers/Layer/Bing.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Bing.js 2011-06-08 14:58:41 UTC (rev 12076)
+++ trunk/openlayers/lib/OpenLayers/Layer/Bing.js 2011-06-10 03:25:33 UTC (rev 12077)
@@ -5,6 +5,7 @@
/**
* @requires OpenLayers/Layer/XYZ.js
+ * @requires OpenLayer/Layer/SphericalMercator.js
*/
/**
Modified: trunk/openlayers/lib/OpenLayers/Layer/GoogleNG.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/GoogleNG.js 2011-06-08 14:58:41 UTC (rev 12076)
+++ trunk/openlayers/lib/OpenLayers/Layer/GoogleNG.js 2011-06-10 03:25:33 UTC (rev 12077)
@@ -6,6 +6,7 @@
/**
* @requires OpenLayers/Layer/XYZ.js
* @requires OpenLayers/Tile/Google.js
+ * @requires OpenLayer/Layer/SphericalMercator.js
*/
/**
More information about the Commits
mailing list