Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: correctly fetch() content for Backbone.Model Objects #62

Closed
wants to merge 3 commits into from
Closed

FIX: correctly fetch() content for Backbone.Model Objects #62

wants to merge 3 commits into from

Commits on Nov 14, 2012

  1. Now correctly fetches for Backbone.Model

    This lib did not correctly fetch()/ 'read'/'GET'
    from local storage for Backbone.Model objects.
    
    It does work in the tests however because the tests
    do not refresh the page and load once again from localStorage.
    
    in my personal test this worked for Backbone.Model, but I did
    not test Backbone.Collection Objects.
    jDavidnet committed Nov 14, 2012
    Copy the full SHA
    3a9fac7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2013

  1. added semicolon to test.

    jDavidnet committed Jan 13, 2013
    Copy the full SHA
    5d0f246 View commit details
    Browse the repository at this point in the history
  2. added an Array type/inheritance check before checking the length, fra…

    …mework test used 'length' as a property.
    jDavidnet committed Jan 13, 2013
    Copy the full SHA
    8ad263d View commit details
    Browse the repository at this point in the history