Removed duplicate spaces

This commit is contained in:
JasonMillward
2013-02-08 10:01:57 +10:30
parent d169caf935
commit 977b52639e

View File

@ -86,8 +86,6 @@ window.unixTimeToHHmm = function(time) {
return h + ':' + s;
}
window.rangeLinkClick = function() {
if(window.portalRangeIndicator)
window.map.fitBounds(window.portalRangeIndicator.getBounds());
@ -100,7 +98,6 @@ window.reportPortalIssue = function(info) {
location.href = 'https://support.google.com/ingress?hl=en';
}
window._storedPaddedBounds = undefined;
window.getPaddedBounds = function() {
if(_storedPaddedBounds === undefined) {
@ -129,7 +126,6 @@ window.getMinPortalLevel = function() {
return conv[z];
}
// returns number of pixels left to scroll down before reaching the
// bottom. Works similar to the native scrollTop function.
window.scrollBottom = function(elm) {