From a3dbc929fc58337a6afb650f04ebd6dd17150f7a Mon Sep 17 00:00:00 2001 From: HodofHod Date: Mon, 1 Jun 2015 17:13:50 -0500 Subject: [PATCH] Fixed error in example code --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c266060..f69325b 100644 --- a/index.html +++ b/index.html @@ -166,7 +166,7 @@ var api = resemble(fileData).onComplete(function(data){ });

Use resemble to compare two images.

-resemble(file).compareTo(file2).onComplete(function(){
+resemble(file).compareTo(file2).onComplete(function(data){
 	return data;
 	/*
 	{