Ticket #1112: onlyOnce.patch
| File onlyOnce.patch, 464 bytes (added by euzuro, 6 months ago) |
|---|
-
lib/OpenLayers/Layer/Vector.js
old new 236 236 if (this.reportError) { 237 237 alert(OpenLayers.i18n("browserNotSupported", 238 238 {'renderers':this.renderers.join("\n")})); 239 this.reportError = false; 239 240 } 240 241 }, 241 242
