mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
removed extra comma
This commit is contained in:
parent
016649bb46
commit
916ba6ae6f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user