Skip to content

Commit 489ebf6

Browse files
committed
Fix gallery when closing modal before complete loading. Closes #55
Fix stack trouble by storing both DOM element and nmObj and in the stack. Closes #66. Closes #71 Fix nmManual function in IE9. Closes #68 Do not go in gallery mode when there is only one link with the same rel. Closes #77 Fix small typo in README.md Update embedly Regex
1 parent 3fafa30 commit 489ebf6

File tree

4 files changed

+24
-15
lines changed

4 files changed

+24
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Like the version 1, there is a bunch of others callback that you can define befo
216216
* beforeShowCont: called just before the showCont animation (also called in case of a transition, before beforeHideTrans)
217217
* afterShowCont: called just after the showCont animation (also called in case of a transition, after afterHideTrans)
218218
* afterReposition: called just after the .nmRepositon have been placed
219-
* afterUnreposition: called just after the .nmRepositon have been replaced on theire initial positions
219+
* afterUnreposition: called just after the .nmRepositon have been replaced on their initial positions
220220
* beforeHideCont: called just before the hideCont animation
221221
* afterHideCont: called just after the hideCont animation
222222
* beforeShowTrans: called just before the showTrans animation (transition)

0 commit comments

Comments
 (0)