diff --git a/js/piskel.js b/js/piskel.js index 0ab75452..0b02c976 100644 --- a/js/piskel.js +++ b/js/piskel.js @@ -96,7 +96,7 @@ $.namespace("pskl"); size = { height : Math.min(height, Constants.MAX_HEIGHT), - width : Math.min(width, Constants.MAX_WIDTH), + width : Math.min(width, Constants.MAX_WIDTH) }; } else { size = Constants.DEFAULT_SIZE;