Skip to content

Commit 4692e51

Browse files
committed
Added comments
1 parent 541cef3 commit 4692e51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

html/data/load_flickr_json.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@
6060
}
6161
});
6262

63+
// Popup reposition's automatically when extent changes
6364
map.on("extent-change", function(e) {
6465
if (map.infoWindow.isShowing) {
65-
// map.infoWindow.hide();
66-
// map.infoWindow.show();
6766
map.infoWindow.reposition();
6867
}
6968
});

0 commit comments

Comments
 (0)