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