Changeset 3205
- Timestamp:
- 05/30/07 09:12:00 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Ajax.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Ajax.js
r2803 r3205 212 212 this.transport.send(this.options.method == 'post' ? body : null); 213 213 214 /* Force Firefox to handle ready state 4 for synchronous requests */ 215 if (!this.options.asynchronous && this.transport.overrideMimeType) { 216 this.onStateChange(); 217 } 218 214 219 } catch (e) { 215 220 this.dispatchException(e);
