Thanks to visit codestin.com
Credit goes to github.com

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: jashkenas/backbone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ian7/backbone
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.
  • 17 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 12, 2011

  1. test-change

    Marcin Nowak authored and Marcin Nowak committed Apr 12, 2011
    Configuration menu
    Copy the full SHA
    f2f104a View commit details
    Browse the repository at this point in the history
  2. added saved trigger to the model

    Marcin Nowak authored and Marcin Nowak committed Apr 12, 2011
    Configuration menu
    Copy the full SHA
    b1356a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2011

  1. collection refresh behaves as it should now.

    Marcin Nowak authored and Marcin Nowak committed Apr 29, 2011
    Configuration menu
    Copy the full SHA
    c46c27c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2011

  1. collection.fetch has references fixed now

    Marcin Nowak authored and Marcin Nowak committed May 1, 2011
    Configuration menu
    Copy the full SHA
    31defab View commit details
    Browse the repository at this point in the history

Commits on May 2, 2011

  1. deep refresh option added

    Marcin Nowak authored and Marcin Nowak committed May 2, 2011
    Configuration menu
    Copy the full SHA
    0de74db View commit details
    Browse the repository at this point in the history

Commits on May 4, 2011

  1. backbone _reset now does good with updating views.

    Marcin Nowak authored and Marcin Nowak committed May 4, 2011
    Configuration menu
    Copy the full SHA
    af1ea20 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2011

  1. elements without id are now treated as individual and added to collec…

    …tion without comparing them
    Marcin Nowak authored and Marcin Nowak committed May 10, 2011
    Configuration menu
    Copy the full SHA
    0e3b9f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2012

  1. Merge branch 'master' of git://github.com/documentcloud/backbone

    Conflicts:
    	backbone.js
    	test/collection.js
    Marcin committed Feb 15, 2012
    Configuration menu
    Copy the full SHA
    a3701d5 View commit details
    Browse the repository at this point in the history
  2. somehow fixed tests... not all of them though.

    Marcin committed Feb 15, 2012
    Configuration menu
    Copy the full SHA
    b480c50 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2012

  1. Merge remote-tracking branch 'vanilia/master'

    Conflicts:
    	backbone.js
    	test/collection.js
    Marcin Nowak authored and Marcin Nowak committed Sep 14, 2012
    Configuration menu
    Copy the full SHA
    218d76f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2012

  1. small cleanup for jslint

    context is now one of the values persisted from the constructor parameters
    Marcin Nowak authored and Marcin Nowak committed Sep 24, 2012
    Configuration menu
    Copy the full SHA
    a669a6b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2012

  1. updated backbone for the _.where

    Marcin Nowak authored and Marcin Nowak committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    4a76913 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2012

  1. small patch do include options while doing "clever" reset of collection

    Marcin Nowak authored and Marcin Nowak committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    f740759 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2012

  1. this is apparently needed to get 403 working for jQuery

    Marcin Nowak authored and Marcin Nowak committed Oct 30, 2012
    Configuration menu
    Copy the full SHA
    de926d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2012

  1. sanity cleanup - collection actually works as it should

    Marcin Nowak authored and Marcin Nowak committed Nov 6, 2012
    Configuration menu
    Copy the full SHA
    b643b89 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2013

  1. questionable backbone collection behavior on constructor

    Marcin Nowak authored and Marcin Nowak committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    04455a1 View commit details
    Browse the repository at this point in the history
  2. collection initialization makes everyone happy now

    Marcin Nowak authored and Marcin Nowak committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    03407d4 View commit details
    Browse the repository at this point in the history
Loading