From 38a6b180baa3c70ebd76363abc976da820f9905c Mon Sep 17 00:00:00 2001 From: crschmidt Date: Mon, 11 Feb 2008 14:15:15 +0000 Subject: [PATCH] Map depends on tweening; fix single file builds for users who have custom profiles. Reported by Bart on the mailing list. git-svn-id: http://svn.openlayers.org/trunk/openlayers@6204 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index 9fe0656799..2331d62b51 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -5,6 +5,7 @@ /** * @requires OpenLayers/Util.js * @requires OpenLayers/Events.js + * @requires OpenLayers/Tween.js */ /**