added default unit parameter to settings

This commit is contained in:
Martin
2017-08-06 01:06:20 +02:00
parent b452790043
commit 4b55debcaf
3 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
});
function cropImage() {
editor.crop(width.value, height.value, 'cm');
editor.crop(width.value, height.value);
}
function resizeEditor() {