resemblejs
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "resemblejs", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Image analysis and comparison with HTML5", | ||
@@ -5,0 +5,0 @@ "main": "resemble.js", |
@@ -603,3 +603,3 @@ /* | ||
pixelTransparency = options.transparency || pixelTransparency; | ||
pixelTransparency = isNaN(Number(options.transparency)) ? pixelTransparency : options.transparency; | ||
@@ -606,0 +606,0 @@ if (options.largeImageThreshold !== undefined) { |
17646