From 07751a720680b8f066b072423ce64785fe77375e Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 16 Aug 2006 13:27:56 +0000 Subject: [PATCH] Fix @require: to @requires git-svn-id: http://svn.openlayers.org/trunk/openlayers@1233 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Google.js | 2 +- lib/OpenLayers/Layer/VirtualEarth.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/Google.js b/lib/OpenLayers/Layer/Google.js index bafc82dde2..c8d3d2b4d8 100644 --- a/lib/OpenLayers/Layer/Google.js +++ b/lib/OpenLayers/Layer/Google.js @@ -1,7 +1,7 @@ /* 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. */ -// @require: OpenLayers/Layer/EventPane.js +// @requires OpenLayers/Layer/EventPane.js if (typeof GMap2 != "undefined") { diff --git a/lib/OpenLayers/Layer/VirtualEarth.js b/lib/OpenLayers/Layer/VirtualEarth.js index 340a9efb10..cface9ef8f 100644 --- a/lib/OpenLayers/Layer/VirtualEarth.js +++ b/lib/OpenLayers/Layer/VirtualEarth.js @@ -1,7 +1,7 @@ /* 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. */ -// @require: OpenLayers/Layer/EventPane.js +// @requires OpenLayers/Layer/EventPane.js /** * @class