File tree Expand file tree Collapse file tree 5 files changed +12
-28
lines changed Expand file tree Collapse file tree 5 files changed +12
-28
lines changed Original file line number Diff line number Diff line change 267267 noClear : this . props . noClear ,
268268 styles : this . props . styles ,
269269 gestureHandling : this . props . gestureHandling ,
270- draggableCursor : this . props . draggableCursor ,
270+ backgroundColor : this . props . backgroundColor ,
271271 draggingCursor : this . props . draggingCursor
272272 } ) ;
273273
317317
318318 if ( ! google ) return ;
319319 var maps = google . maps ;
320-
320+
321321 if ( map ) {
322322 var center = this . state . currentLocation ;
323323 if ( ! ( center instanceof google . maps . LatLng ) ) {
415415 styles : _propTypes2 . default . array ,
416416 gestureHandling : _propTypes2 . default . string ,
417417 bounds : _propTypes2 . default . object ,
418- draggableCursor : _propTypes2 . default . string ,
419418 draggingCursor : _propTypes2 . default . string
420419 } ;
421420
438437
439438 exports . default = Map ;
440439 } ) ;
441-
Original file line number Diff line number Diff line change 4949 v : googleVersion ,
5050 channel : channel ,
5151 language : language ,
52- region : region
52+ region : region ,
53+ onerror : 'ERROR_FUNCTION'
5354 } ;
5455
5556 var paramStr = Object . keys ( params ) . filter ( function ( k ) {
Original file line number Diff line number Diff line change 2121 return word . charAt ( 0 ) . toUpperCase ( ) + word . slice ( 1 ) ;
2222 } ) . join ( '' ) ;
2323 } ;
24- } ) ;
24+ } ) ;
Original file line number Diff line number Diff line change @@ -165,7 +165,8 @@ export class Map extends React.Component {
165165 disableDoubleClickZoom : this . props . disableDoubleClickZoom ,
166166 noClear : this . props . noClear ,
167167 styles : this . props . styles ,
168- gestureHandling : this . props . gestureHandling
168+ gestureHandling : this . props . gestureHandling ,
169+ backgroundColor : this . props . backgroundColor
169170 }
170171 ) ;
171172
You can’t perform that action at this time.
0 commit comments