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: thedersen/backbone.validation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.4
Choose a base ref
...
head repository: thedersen/backbone.validation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.5
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on May 4, 2015

  1. Check for no associatedViews in unbindModel()

    Fix error when unbind is invoked on a view which has no associated views.
    Modified unbindModel() to check for a non empty list of model.associatedViews, before removing the view
    akshaddhoke committed May 4, 2015
    Configuration menu
    Copy the full SHA
    8d8d0ac View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. changed from _.isEmpty(model.associatedViews) to model.associatedView…

    …s && model.associatedViews.length > 1
    akshaddhoke committed May 8, 2015
    Configuration menu
    Copy the full SHA
    fae1c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a3fb49 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'patch-1' of git://github.com/akshaddhoke/backbone.valid…

    …ation into akshaddhoke-patch-1
    chiefGui committed May 8, 2015
    Configuration menu
    Copy the full SHA
    1b949ca View commit details
    Browse the repository at this point in the history
Loading