From fc43ea715a89193d077cf10edf9588d8405006ab Mon Sep 17 00:00:00 2001 From: tschaub Date: Thu, 5 Jan 2012 10:50:45 -0700 Subject: [PATCH] Documenting the deprecated.js script. --- lib/deprecated.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lib/deprecated.js b/lib/deprecated.js index abdc642867..98fa132369 100644 --- a/lib/deprecated.js +++ b/lib/deprecated.js @@ -23,6 +23,20 @@ * @requires OpenLayers/Geometry.js */ +/** + * About: Deprecated + * The deprecated.js script includes all methods, properties, and constructors + * that are not supported as part of the long-term API. If you use any of + * these, you have to explicitly include this script in your application. + * + * For example: + * (code) + * + * (end) + * + * You are strongly encouraged to avoid using deprecated functionality. The + * documentation here should point you to the supported alternatives. + */ /** * Namespace: OpenLayers.Class