Merging Crop.js

This commit is contained in:
Chinmay Pandhare
2017-03-15 00:41:58 +05:30
parent b1bdbd1574
commit 90da255d51

View File

@@ -86,7 +86,6 @@ ImageSequencer = function ImageSequencer(options) {
// load default starting image
// i.e. from parameter
// this could send the image to ImageSelect, or something?
// not currently working
function loadImage(src, callback) {
image = new Image();
image.onload = function() {