0

Remove trailing whitespaces

This commit is contained in:
Richard Kuhnt
2018-06-13 20:30:59 +02:00
parent cd9a0d6c68
commit bc37eaef81
2 changed files with 23 additions and 23 deletions

View File

@@ -19,7 +19,7 @@ overviewer.current_world = null;
/// Records the current layer by name (if any) of each world
overviewer.current_layer = {};
overviewer.collections = {
/**
@@ -80,7 +80,7 @@ overviewer.classes = {
* This is a mapType used only for debugging, to draw a grid on the screen
* showing the tile co-ordinates and tile path. Currently the tile path
* part does not work.
*
*
* @param google.maps.Size tileSize
*/
'CoordMapType': function(tileSize) {