Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/location/osm/test/stubs/
Upload File :
Current File : /var/www/homesaver/www/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;
			}}
		});
	}
}