Your IP : 108.162.241.184


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