removed extra comma

This commit is contained in:
juliandescottes 2012-09-16 23:47:37 +02:00
parent 016649bb46
commit 916ba6ae6f

View File

@ -96,7 +96,7 @@ $.namespace("pskl");
size = { size = {
height : Math.min(height, Constants.MAX_HEIGHT), height : Math.min(height, Constants.MAX_HEIGHT),
width : Math.min(width, Constants.MAX_WIDTH), width : Math.min(width, Constants.MAX_WIDTH)
}; };
} else { } else {
size = Constants.DEFAULT_SIZE; size = Constants.DEFAULT_SIZE;