some whitespace fixes

This commit is contained in:
Philipp Schaefer
2013-07-27 11:25:58 +02:00
parent ab164cfde5
commit 1e03e60c15
3 changed files with 3 additions and 4 deletions

View File

@ -203,7 +203,7 @@ window.androidCopy = function(text) {
window.androidPermalink = function() {
if(typeof android === 'undefined' || !android || !android.copy)
return true; // i.e. execute other actions
var center = map.getCenter();
android.intentPosLink(center.lat, center.lng, map.getZoom(), "Intel Map", false);
return false;