summaryrefslogtreecommitdiffstats
path: root/pages/mapeditor.php
diff options
context:
space:
mode:
authorSnap <snapwilliam@gmail.com>2015-05-03 23:00:04 -0700
committerSnap <snapwilliam@gmail.com>2015-05-03 23:00:04 -0700
commit54c56f33f32dd01dc02182e80f0e5e79f3c8e62a (patch)
tree0040a4add9bed838e2b75b279f04a175665b7641 /pages/mapeditor.php
parente411677a2a02a3dca9565a9562699f35a8013a20 (diff)
downloadpathery-54c56f33f32dd01dc02182e80f0e5e79f3c8e62a.tar.xz
Little fixes, images, header, disabled InFinite
Diffstat (limited to 'pages/mapeditor.php')
-rw-r--r--pages/mapeditor.php4
1 files changed, 2 insertions, 2 deletions
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');