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: marionettejs/backbone.marionette
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: marionettejs/backbone.marionette
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.3
Choose a head ref
  • 7 commits
  • 40 files changed
  • 3 contributors

Commits on Oct 30, 2013

  1. Fix CompositeView adding child views before render

    * in CompositeView._initialEvents wait for 'render' event before binding
    to collection events.
    * added specs
    
    Fixes #533.
    lukaszfiszer committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    a38e969 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2013

  1. Remove superfluous parenthesis

    While copy/pasting, I realized there was an extra closing parenthesis.
    moricard committed Nov 6, 2013
    Configuration menu
    Copy the full SHA
    82d7aa9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #774 from ricardmo/patch-1

    Remove superfluous parenthesis
    samccone committed Nov 6, 2013
    Configuration menu
    Copy the full SHA
    372718f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2013

  1. Fix minor typo

    moricard committed Nov 8, 2013
    Configuration menu
    Copy the full SHA
    2684adf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #778 from ricardmo/patch-2

    Fix minor typo
    samccone committed Nov 8, 2013
    Configuration menu
    Copy the full SHA
    374fe62 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2013

  1. Merge pull request #763 from lukaszfiszer/fix-composite-view-listeners

    Fix CompositeView adding child views before render
    samccone committed Nov 14, 2013
    Configuration menu
    Copy the full SHA
    cf0491e View commit details
    Browse the repository at this point in the history
  2. v1.2.3 bump and build

    samccone committed Nov 14, 2013
    Configuration menu
    Copy the full SHA
    3761df5 View commit details
    Browse the repository at this point in the history
Loading