diff --git a/lib/OpenLayers/Layer/Google.js b/lib/OpenLayers/Layer/Google.js index c8d3d2b4d8..534c4cfc02 100644 --- a/lib/OpenLayers/Layer/Google.js +++ b/lib/OpenLayers/Layer/Google.js @@ -1,7 +1,6 @@ /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full * text of the license. */ -// @requires OpenLayers/Layer/EventPane.js if (typeof GMap2 != "undefined") { @@ -32,6 +31,7 @@ if (typeof GMap2 != "undefined") { /** * @class * + * @requires OpenLayers/Layer/EventPane.js */ OpenLayers.Layer.Google = Class.create(); OpenLayers.Layer.Google.prototype = diff --git a/lib/OpenLayers/Layer/VirtualEarth.js b/lib/OpenLayers/Layer/VirtualEarth.js index cface9ef8f..9ba8dbc01c 100644 --- a/lib/OpenLayers/Layer/VirtualEarth.js +++ b/lib/OpenLayers/Layer/VirtualEarth.js @@ -1,10 +1,11 @@ /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full * text of the license. */ -// @requires OpenLayers/Layer/EventPane.js /** * @class + * + * @requires OpenLayers/Layer/EventPane.js */ OpenLayers.Layer.VirtualEarth = Class.create(); OpenLayers.Layer.VirtualEarth.prototype =