tests on GetFeature control fail, thanks fvanderbiest for the initial

patch, non-functional change (closes #2261)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9650 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2009-09-10 06:50:45 +00:00
parent 9945381043
commit e6a2c4c7de

View File

@@ -29,7 +29,7 @@
read: function(obj) {
obj.callback.call(obj.scope, {
features: [feature1, feature2],
code: 1
success: function() {return true;}
});
}
}),
@@ -72,7 +72,7 @@
read: function(obj){
obj.callback.call(obj.scope, {
features: [feature1, feature2],
code: 1
success: function() {return true;}
});
return response;
},