add failure handler to SOS example, non-functional change
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10720 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -139,6 +139,7 @@
|
|||||||
OpenLayers.Request.POST({
|
OpenLayers.Request.POST({
|
||||||
url: this.url,
|
url: this.url,
|
||||||
scope: this,
|
scope: this,
|
||||||
|
failure: this.showPopup,
|
||||||
success: this.showPopup,
|
success: this.showPopup,
|
||||||
data: xml
|
data: xml
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user