From 54c56f33f32dd01dc02182e80f0e5e79f3c8e62a Mon Sep 17 00:00:00 2001 From: Snap Date: Sun, 3 May 2015 23:00:04 -0700 Subject: Little fixes, images, header, disabled InFinite --- pages/mapeditor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pages') diff --git a/pages/mapeditor.php b/pages/mapeditor.php index 9e1e57c..b6f4b57 100644 --- a/pages/mapeditor.php +++ b/pages/mapeditor.php @@ -180,8 +180,8 @@ function updateName() { } function changeDimensions(width, height) { - width = Math.Min(width, 50); - height = Math.Min(height, 50); + width = Math.min(width, 50); + height = Math.min(height, 50); testMap.tiles = constructTiles(width, height, testMap); //testMap.tiles[0][3] = Array('s'); -- cgit v1.2.3