small updates to Google layer and EventPane -- Google needs to @requires EventPane and not Layer, some minor stylistic changes to EventPane, updating tests so they will pass.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1211 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-15 12:25:39 +00:00
parent 4d59db6648
commit 634eb0afc8
3 changed files with 18 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ if (typeof GMap2 != "undefined") {
/**
* @class
*
* @requires OpenLayers/Layer.js
* @requires OpenLayers/EventPane.js
*/
OpenLayers.Layer.Google = Class.create();
OpenLayers.Layer.Google.prototype =