| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/location/osm/test/stubs/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/location/osm/test/stubs/geocodingservicestub.js |
import GeocodingService from '../../src/geocodingservice';
export default class GeoCodingserviceStub extends GeocodingService
{
constructor()
{
super({
requester: {request: function()
{
return null;
}}
});
}
}