Skip to content

Commit

Permalink
Fix gallery when closing modal before complete loading. Closes #55
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nyroDev committed Apr 14, 2011
1 parent 3fafa30 commit 489ebf6
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Like the version 1, there is a bunch of others callback that you can define befo
* beforeShowCont: called just before the showCont animation (also called in case of a transition, before beforeHideTrans)
* afterShowCont: called just after the showCont animation (also called in case of a transition, after afterHideTrans)
* afterReposition: called just after the .nmRepositon have been placed
* afterUnreposition: called just after the .nmRepositon have been replaced on theire initial positions
* afterUnreposition: called just after the .nmRepositon have been replaced on their initial positions
* beforeHideCont: called just before the hideCont animation
* afterHideCont: called just after the hideCont animation
* beforeShowTrans: called just before the showTrans animation (transition)
Expand Down
Loading

0 comments on commit 489ebf6

Please sign in to comment.