You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 691 it looks to me that
this._removeCandidatesIf(images, function(a, b) { return a.h > smallestWidth.h; }); should be this._removeCandidatesIf(images, function(a, b) { return a.h > smallestHeight.h; });
The text was updated successfully, but these errors were encountered:
line 691 it looks to me that
this._removeCandidatesIf(images, function(a, b) { return a.h > smallestWidth.h; }); should be this._removeCandidatesIf(images, function(a, b) { return a.h > smallestHeight.h; });
The text was updated successfully, but these errors were encountered: