OpenLayers.Class is not a constructor, trivial, non functional change
git-svn-id: http://svn.openlayers.org/trunk/openlayers@8870 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
* Inherits from:
|
* Inherits from:
|
||||||
* - <OpenLayers.Protocol>
|
* - <OpenLayers.Protocol>
|
||||||
*/
|
*/
|
||||||
OpenLayers.Protocol.WFS.v1 = new OpenLayers.Class(OpenLayers.Protocol, {
|
OpenLayers.Protocol.WFS.v1 = OpenLayers.Class(OpenLayers.Protocol, {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: version
|
* Property: version
|
||||||
|
|||||||
Reference in New Issue
Block a user