Fixed issue with config for ruler

This commit is contained in:
Erik Tiekstra
2017-05-16 12:53:23 +02:00
parent c0f1180199
commit 9803376e20
4 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
var imageUrl = '//images.photowall.com/products/' + $input.image_id.val() + '.jpg?h=450';
var editor = new ImageEditor('canvas-editor', {'type': 'canvas'})
var editor = new ImageEditor('canvas-editor', {'type': 'wallpaper'})
.loadImage(imageUrl, function() {
$input.w.trigger('input');
});