Skip to content

Commit

Permalink
Simple fix for toggling of Panoramio widget that prevented it's toggling
Browse files Browse the repository at this point in the history
once attached to the map.
  • Loading branch information
twistedpair committed Sep 14, 2012
1 parent 41695ef commit eccd442
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public final void setMap(MapWidget mapWidget) {
}

private final native void setMapImpl(MapImpl map) /*-{
this.map = map;
this.setMap(map);
}-*/;

/**
Expand All @@ -58,7 +58,7 @@ public final MapWidget getMap() {
}

private final native MapImpl getMapImpl() /*-{
return this.map;
return this.getMap();
}-*/;

/**
Expand Down

0 comments on commit eccd442

Please sign in to comment.