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: jquerytools/jquerytools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: concentricsky/jquerytools
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.
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 15, 2011

  1. Configuration menu
    Copy the full SHA
    6e6f6ed View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2011

  1. No longer unbinds all keyup events when destroy is called. Instead on…

    …ly unbinds the event that the validator bound.
    clamothe committed Feb 17, 2011
    Configuration menu
    Copy the full SHA
    a3609f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2011

  1. Configuration menu
    Copy the full SHA
    a23fcf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2011

  1. Handling one or zero items with circular

    Having one item with circular set to true resulted in a single item
    cloned and scrolling, which is not a desirable condition. Having
    zero items with circular set to true resulted in an error. By
    enforcing a check more similar to the one performed when circular
    is false, we are able to catch this condition.
    
    Additionally, the prev and next buttons are set to disabled in the
    case of one or zero items.
    Jesse Allen authored and coffindragger committed Oct 18, 2011
    Configuration menu
    Copy the full SHA
    224eff4 View commit details
    Browse the repository at this point in the history
Loading