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.1
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.2
Choose a head ref
  • 5 commits
  • 38 files changed
  • 2 contributors

Commits on Oct 30, 2013

  1. Fix typos in changelog

    jcurtis committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    0f0da86 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #765 from jcurtis/patch-1

    Fix typos in changelog
    samccone committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    4dd1a9f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2013

  1. [fix] Move the instatiation of view options above the constructor

    This allows for view options to be accessed from within the initialize method for a given view
    This is needed since backbone views no longer set the view options in the constructor
    samccone committed Oct 31, 2013
    Configuration menu
    Copy the full SHA
    044ed52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #767 from marionettejs/sjs/move-options-assignment

    [fix] Move the instatiation of view options above the constructor
    samccone committed Oct 31, 2013
    Configuration menu
    Copy the full SHA
    6485c5b View commit details
    Browse the repository at this point in the history
  3. v1.2.2 bump and build

    samccone committed Oct 31, 2013
    Configuration menu
    Copy the full SHA
    6c98ecc View commit details
    Browse the repository at this point in the history
Loading