got ahead of myself in r6399
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6400 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -72,8 +72,10 @@
|
|||||||
|
|
||||||
//running request (cancelled) -- 4 tests + 1 test (for request abort)
|
//running request (cancelled) -- 4 tests + 1 test (for request abort)
|
||||||
tile.request = {
|
tile.request = {
|
||||||
'abort': function() {
|
transport: {
|
||||||
t.ok(true, "request aborted");
|
'abort': function() {
|
||||||
|
t.ok(true, "request aborted");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
OpenLayers.Tile.WFS.prototype.loadFeaturesForRegion.apply(tile, [g_Success]);
|
OpenLayers.Tile.WFS.prototype.loadFeaturesForRegion.apply(tile, [g_Success]);
|
||||||
|
|||||||
Reference in New Issue
Block a user