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

Commits on Oct 30, 2013

  1. Fixed bug in function startAnimation()

    Bug preventing the animation to run in startAnimation()
    Changed: lastAdvance = +new Date(); 
    to:      lastAdvance = 0;
    HakonD committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    b5b703a View commit details
    Browse the repository at this point in the history
  2. Merge pull request corehtml5canvas#6 from HakonD/master

    Fixed bug in Example 6.7 - startAnimation()
    corehtml5canvas committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    79785ad View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2013

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

Commits on Dec 12, 2013

  1. Merge pull request corehtml5canvas#7 from HakonD/master

    Fixed Date bug (Chrome, IE) and label bug (FF)
    corehtml5canvas committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    1077f8e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

  1. fix bug section-8.3

    isoden committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    26d90fc View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2015

  1. Merge pull request corehtml5canvas#10 from isoden/master

    fix bug section-8.3
    corehtml5canvas committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    1c299b9 View commit details
    Browse the repository at this point in the history
Loading