Ticket #2218 (closed feature: fixed)
OpenLayers.Request: let us choose whether we want to run callbacks or not (without duplicating code)
| Reported by: | fvanderbiest | Owned by: | tschaub |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.9 Release |
| Component: | Request | Version: | SVN |
| Keywords: | Cc: | ||
| State: | Review |
Description
The following patch moves a portion of the code from the "issue" method to a "runCallbacks" method, which gives application developers the choice to manually execute runCallbacks (eg: when the user accepts to load a heavy response from a server) without duplicating OpenLayers's code.
Tests pass on FF3/linux.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

