Browse Source

Merge pull request #43 from HodofHod/gh-pages

Fixed error in example code
gh-pages
James Cryer 10 years ago
parent
commit
0b6ea8c285
  1. 2
      index.html

2
index.html

@ -166,7 +166,7 @@ var api = resemble(fileData).onComplete(function(data){
});</pre> });</pre>
<p>Use resemble to compare two images.</p> <p>Use resemble to compare two images.</p>
<pre> <pre>
resemble(file).compareTo(file2).onComplete(function(){ resemble(file).compareTo(file2).onComplete(function(data){
return data; return data;
/* /*
{ {

Loading…
Cancel
Save