Ticket #1522: patch.txt
| File patch.txt, 396 bytes (added by pvalsecc, 4 months ago) |
|---|
| Line | |
|---|---|
| 1 | Index: lib/OpenLayers/Layer/Grid.js |
| 2 | =================================================================== |
| 3 | --- lib/OpenLayers/Layer/Grid.js (revision 6980) |
| 4 | +++ lib/OpenLayers/Layer/Grid.js (working copy) |
| 5 | @@ -79,6 +79,7 @@ |
| 6 | // of the loading progress |
| 7 | // |
| 8 | this.events.addEventType("tileloaded"); |
| 9 | + this.events.eventTypes.push("tileloaded"); |
| 10 | |
| 11 | this.grid = []; |
| 12 | }, |
