Skip to content

Commit

Permalink
Minors in the notes file.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjansen committed Apr 25, 2012
1 parent 9bbc1d4 commit 042ad8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notes/2.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ Corresponding issues/pull requests:

We do no longer create a global variable '$' when such a symbol isn't already
defined. Previous versions of OpenLayers would define '$' to be an alias for
OpenLayers.Util.getElement. If you application requires window.$ to be defined
OpenLayers.Util.getElement. If your application requires window.$ to be defined
in such a way you can either

* include deprecated.js in your custom build or as additional ressource in your
HTML-file
* or you do the aliasing in your application code yourself:

window.$ = OpenLayers.Util.getElement;

Corresponding issue/pull requests:
Expand Down

0 comments on commit 042ad8d

Please sign in to comment.