Fixed issue with config for ruler

This commit is contained in:
Erik Tiekstra
2017-05-16 12:53:30 +02:00
parent 9803376e20
commit 1ec1a8edfa
+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': 'wallpaper'})
var editor = new ImageEditor('canvas-editor', {'type': 'canvas'})
.loadImage(imageUrl, function() {
$input.w.trigger('input');
});