Browse Source

Fixes issue where PhantomJS fails to parse the file

pull/146/head
james.cryer 6 years ago
parent
commit
6d798a848d
  1. 4
      resemble.js

4
resemble.js

@ -986,8 +986,8 @@ URL: https://github.com/Huddle/Resemble.js
}
resemble.compare = function(image1, image2, options, cb) {
let callback;
let opt;
var callback;
var opt;
if (typeof options === "function") {
callback = options;

Loading…
Cancel
Save