Skip to content
Snippets Groups Projects
Commit b6f180b6 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

missing google maps mock functions

parent 2ee6199c
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -114,8 +114,7 @@ var google = {
}
data.div = div;
if (data.bounds === undefined) {
data.bounds = new google.maps.LatLngBounds(new google.maps.LatLng(10,
10), new google.maps.LatLng(12, 12));
data.bounds = new google.maps.LatLngBounds(new google.maps.LatLng(10, 10), new google.maps.LatLng(12, 12));
}
return {
......@@ -233,4 +232,7 @@ var google = {
}
};
google.maps.Map.prototype.fitBounds = function() {
};
module.exports = google;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment