Commit 205a61ed authored by Dominik Rosiek's avatar Dominik Rosiek

jest ok

parent c963c53b
......@@ -8,7 +8,7 @@ var Map = (function(){
Map.prototype.init = function(){
var self = this;
this.myLatLng = {lat: 50.049765, lng: 19.946762};
this.map = new google.maps.Map(document.getElementById('map'), {
this.map = new google.maps.Map(document.getElementById('gmaps'), {
zoom: 4,
center: self.myLatLng
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment