OpenLayers.Console is used throughout the code, but not added as a dependancy.

Add @requires statements to pull it in everywhere it is needed. Since Console
is so small -- 634 bytes -- this should have a limited impact on anyone with a
custom build profile. (Closes #1549)


git-svn-id: http://svn.openlayers.org/trunk/openlayers@8948 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2009-03-05 13:07:42 +00:00
parent 0379e028ba
commit 2f367f6b8c
27 changed files with 47 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
* @requires OpenLayers/Util.js
* @requires OpenLayers/Events.js
* @requires OpenLayers/Tween.js
* @requires OpenLayers/Console.js
*/
/**