Add Renderer.NG and Renderer.SVG2 to the deprecation list in notes/2.12.md

This commit is contained in:
Frederic Junod
2012-03-09 12:41:47 +01:00
parent 23380e5d4a
commit 42431a4164

View File

@@ -241,6 +241,8 @@ A number of properties, methods, and constructors have been marked as deprecated
* OpenLayers.Layer.Yahoo
* OpenLayers.Layer.GML
* OpenLayers.Geometry.Rectangle
* OpenLayers.Renderer.NG
* OpenLayers.Renderer.SVG2
In addition, OpenLayers no longer modifies any native prototypes or objects by default. If you rely on any of the following, you'll need to include deprecated.js explicitly to get the same behavior.