Ticket #1525: ClickExampleMisplacedCommaFix.patch
| File ClickExampleMisplacedCommaFix.patch, 0.8 kB (added by openlayers, 9 months ago) |
|---|
-
examples/click.html
old new 30 30 ); 31 31 this.handler = new OpenLayers.Handler.Click( 32 32 this, { 33 'click': this.trigger ,33 'click': this.trigger 34 34 }, this.handlerOptions 35 35 ); 36 36 }, … … 39 39 var lonlat = map.getLonLatFromViewPortPx(e.xy); 40 40 alert("You clicked near " + lonlat.lat + " N, " + 41 41 + lonlat.lon + " E"); 42 } ,42 } 43 43 44 44 }); 45 45 var map;
