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: jaubourg/jquery-jsonp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: GerHobbelt/jquery-jsonp
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.
  • 17 commits
  • 8 files changed
  • 4 contributors

Commits on Aug 14, 2013

  1. Fewer string constants used in minification for smaller final size

    tested via closure compiler -- removing STR_ON and adding "on" to the strings it was being concatenated to reduces the overall file size slightly.
    
    (As a side effect, the code is simpler to read)
    timtucker committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    6a90516 View commit details
    Browse the repository at this point in the history
  2. Support for loading as an AMD module

    Allow the plugin to be loaded as an AMD module.  For more details, see:
    http://requirejs.org/docs/whyamd.html
    
    As a side effect, this prevents things from being instantiated multiple times if the script is included more than once on the page.
    timtucker committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    fb237a4 View commit details
    Browse the repository at this point in the history
  3. Update jquery.jsonp.js

    timtucker committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    eac814d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2013

  1. Update jquery.jsonp.js

    Also fire complete callback on abort to give similar behavior to jQuery's $.ajax complete / always
    timtucker committed Aug 19, 2013
    Configuration menu
    Copy the full SHA
    11031e7 View commit details
    Browse the repository at this point in the history
  2. Update API.md

    timtucker committed Aug 19, 2013
    Configuration menu
    Copy the full SHA
    0c6cf09 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2014

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

Commits on Jun 30, 2014

  1. remove STR_ON

    I think it will save 4 bytes after minification, and it's more readable.
    collinanderson committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    6757d00 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2014

  1. Merge remote-tracking branch 'remotes/timtucker/patch-1'

    Conflicts:
    	src/jquery.jsonp.js
    GerHobbelt committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    3578a73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    545b38b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f4cd74 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'remotes/timtucker/patch-2'

    Conflicts:
    	src/jquery.jsonp.js
    GerHobbelt committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    e1aaa86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be4917b View commit details
    Browse the repository at this point in the history
  6. ignore editor bak files

    GerHobbelt committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    27f36fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ee843d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2015

  1. updated submodules

    GerHobbelt committed Jan 18, 2015
    Configuration menu
    Copy the full SHA
    b35c3be View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2015

  1. updated submodules

    GerHobbelt committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    c313be9 View commit details
    Browse the repository at this point in the history
Loading