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

Patch 1 #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Patch 1 #64

wants to merge 3 commits into from

Commits on Jun 18, 2015

  1. Calling toJSON-func of child-models in stead of theirs serialize-func…

    … during the collections serialize-func
    
    When calling the toJSON-func of a collection, it actually calls the serialize-func. This allows you to overwrite the toJSON-func... 
    The resulting object contains the "serialize"-function result of its Child-models. It would be better if all of their toJSON-functions would be used.
    Bob Hamblok committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    85d6af8 View commit details
    Browse the repository at this point in the history
  2. added test

    Bob Hamblok committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    c8eaafe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e036ec1 View commit details
    Browse the repository at this point in the history