Skip to content

Commit

Permalink
fix(OverlayView): typo of FLOAT_PANE
Browse files Browse the repository at this point in the history
* Closes #658
  • Loading branch information
tomchentw committed Oct 11, 2017
1 parent f0182ce commit 0eac8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros/OverlayView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const __jscodeshiftPlaceholder__ = `{
* @url https://developers.google.com/maps/documentation/javascript/3.exp/reference#OverlayView
*/
export class OverlayView extends React.PureComponent {
static LOAT_PANE = `floatPane`
static FLOAT_PANE = `floatPane`
static MAP_PANE = `mapPane`
static MARKER_LAYER = `markerLayer`
static OVERLAY_LAYER = `overlayLayer`
Expand Down

0 comments on commit 0eac8c8

Please sign in to comment.