Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rstacruz/jquery.transit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tomhicks/jquery.transit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 10, 2013

  1. Fix issue with child completions bubbling up to parent

    When using transitionEnd, if you kick off a transition of a child and a parent and the child transition finishes before the parent, the event bubbles up and tells the parent to end prematurely.
    
    By checking whether or not the event target is the current target, you can determine whether or not the event is occurring on the element you actually care about.
    tomhicks committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    50d6dbf View commit details
    Browse the repository at this point in the history
Loading