PhotoSwipe
PhotoSwipe copied to clipboard
Documentation error?
On the Methods documentation page I see twice the same method:
// close the PhotoSwipe (with animation, if enabled) // PhotoSwipe will automatically destroy after it's closed pswp.close();
// instantly close and destroy the PhotoSwipe pswp.close();
Should this not be two different names?