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: rwaldron/jquery.eventsource
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: issue-6
Choose a base ref
...
head repository: rwaldron/jquery.eventsource
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.
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 14, 2011

  1. Merge pull request #9 from rwldrn/issue-6

    Non-native uses [object Object]. Fixes #6
    rwaldron committed Jun 14, 2011
    Configuration menu
    Copy the full SHA
    87d6e7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5743baf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from rwldrn/issue-5

    Settable retry time in MS. Fixes #5
    rwaldron committed Jun 14, 2011
    Configuration menu
    Copy the full SHA
    9e0bf31 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2012

  1. Using close() on the stream when host API is used

    Or Cohen committed May 29, 2012
    Configuration menu
    Copy the full SHA
    cf2cd1c View commit details
    Browse the repository at this point in the history
  2. Update stuff that I didn't commit many months ago

    Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
    rwaldron committed May 29, 2012
    Configuration menu
    Copy the full SHA
    45f3e8a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/lightpriest/jquery.events…

    …ource into close
    
    * 'master' of https://github.com/lightpriest/jquery.eventsource:
      Using close() on the stream when host API is used
      Settable retry time in MS. Fixes #5
      Non-native us [object Object]. Fixes #6
      fix all quotes, single to double
      Updates to test runners
      Make sure streamData is valid before attempting to parse. Fixes #4
    
    Conflicts:
    	test/index.html
    	test/specit.html
    
    Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
    rwaldron committed May 29, 2012
    Configuration menu
    Copy the full SHA
    280b757 View commit details
    Browse the repository at this point in the history
  4. Update latest qunit

    Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
    rwaldron committed May 29, 2012
    Configuration menu
    Copy the full SHA
    e3daa52 View commit details
    Browse the repository at this point in the history
Loading