Pull in a fix from upstream Prototype, #702 by fredj (thx fredj)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3205 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -211,6 +211,11 @@ OpenLayers.Ajax.Request.prototype = OpenLayers.Class.inherit( OpenLayers.Ajax.Ba
|
|||||||
var body = this.options.postBody ? this.options.postBody : parameters;
|
var body = this.options.postBody ? this.options.postBody : parameters;
|
||||||
this.transport.send(this.options.method == 'post' ? body : null);
|
this.transport.send(this.options.method == 'post' ? body : null);
|
||||||
|
|
||||||
|
/* Force Firefox to handle ready state 4 for synchronous requests */
|
||||||
|
if (!this.options.asynchronous && this.transport.overrideMimeType) {
|
||||||
|
this.onStateChange();
|
||||||
|
}
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.dispatchException(e);
|
this.dispatchException(e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user