git-svn-id: http://svn.openlayers.org/trunk/openlayers@8420 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -139,6 +139,16 @@ OpenLayers.Protocol = OpenLayers.Class({
|
||||
*/
|
||||
commit: function() {
|
||||
},
|
||||
|
||||
/**
|
||||
* Method: abort
|
||||
* Abort an ongoing request.
|
||||
*
|
||||
* Parameters:
|
||||
* response - {<OpenLayers.Protocol.Response>}
|
||||
*/
|
||||
abort: function(response) {
|
||||
},
|
||||
|
||||
CLASS_NAME: "OpenLayers.Protocol"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user