patch for #76 -- missing requires statement in Layers/Markers.js. Thanks ahovecar for spotting this.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3553 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-07-02 15:39:25 +00:00
parent 3948913bfc
commit 71a140055e

View File

@@ -4,6 +4,8 @@
/**
* @requires Openlayers/Layer.js
*
* Class: OpenLayers.Layer.Markers
* Inherits from:
* - <OpenLayers.Layer>