File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 231231 center : center ,
232232 zoom : this . props . zoom ,
233233 maxZoom : this . props . maxZoom ,
234- minZoom : this . props . maxZoom ,
234+ minZoom : this . props . minZoom ,
235235 clickableIcons : this . props . clickableIcons ,
236236 disableDefaultUI : this . props . disableDefaultUI ,
237237 zoomControl : this . props . zoomControl ,
Original file line number Diff line number Diff line change 3939 var googleVersion = opts . version || '3' ;
4040
4141 var script = null ;
42- var google = typeof window !== 'undefined' && window . google || null ;
42+ var google = window . google || null ;
4343 var loading = false ;
4444 var channel = null ;
4545 var language = opts . language ;
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ export class Map extends React.Component {
142142 center : center ,
143143 zoom : this . props . zoom ,
144144 maxZoom : this . props . maxZoom ,
145- minZoom : this . props . maxZoom ,
145+ minZoom : this . props . minZoom ,
146146 clickableIcons : this . props . clickableIcons ,
147147 disableDefaultUI : this . props . disableDefaultUI ,
148148 zoomControl : this . props . zoomControl ,
You can’t perform that action at this time.
0 commit comments