diff --git a/resemble.js b/resemble.js index 4b3a97a..a3a71e3 100644 --- a/resemble.js +++ b/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;