Fix the examples that used our '$' method.
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
vlayer.drawFeature(feature);
|
||||
}
|
||||
function init() {
|
||||
var $ = OpenLayers.Util.getElement;
|
||||
map = new OpenLayers.Map( 'map',
|
||||
{
|
||||
'maxExtent': new OpenLayers.Bounds(0, 0, $("map").clientWidth, $("map").clientHeight),
|
||||
|
||||
Reference in New Issue
Block a user