We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2182d50 commit 218e3bcCopy full SHA for 218e3bc
source/web/extras/components/dashlets/site-geotagged-content.js
@@ -1127,7 +1127,7 @@ if (typeof Extras.dashlet == "undefined" || !Extras.dashlet)
1127
*/
1128
isSameMarker: function SiteGeotaggedContent_isSameMarker(m1, m2)
1129
{
1130
- return m1 != null && m2 != null && m1.getLatLng().toString().equals(m1.getLatLng().toString());
+ return m1 != null && m2 != null && m1.getLatLng().toString() == m1.getLatLng().toString();
1131
}
1132
});
1133
0 commit comments