Be consistent when aliasing OpenLayers.Util.getElement in examples.
This commit is contained in:
@@ -19,7 +19,7 @@ var draw = new OpenLayers.Control.DrawFeature(
|
|||||||
map.addControl(draw);
|
map.addControl(draw);
|
||||||
draw.activate();
|
draw.activate();
|
||||||
|
|
||||||
$ = OpenLayers.Util.getElement;
|
var $ = OpenLayers.Util.getElement;
|
||||||
|
|
||||||
// handle clicks on method links
|
// handle clicks on method links
|
||||||
$("insertXY").onclick = function() {
|
$("insertXY").onclick = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user