0

fixed typo

This commit is contained in:
aheadley
2011-02-02 10:59:27 -05:00
parent 4a6d7f76ea
commit 62aab91f13

View File

@@ -404,7 +404,7 @@ function getTileUrlGenerator(path, path_base) {
var d = new Date(); var d = new Date();
url += '?c=' + Math.floor(d.getTime() / (1000 * 60 * config.cacheMinutes)); url += '?c=' + Math.floor(d.getTime() / (1000 * 60 * config.cacheMinutes));
} }
return(path_base + url); return(url_base + url);
} }
} }