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

the ability to ignore query-selector based fields #72

Closed
wants to merge 4 commits into from
Closed

the ability to ignore query-selector based fields #72

wants to merge 4 commits into from

Commits on Aug 21, 2014

  1. the ability to ignore query-selector based fields

    Example:
    if( !_.include(Backbone.Syphon.ignoredTypes, ".hide") ) {
      Backbone.Syphon.ignoredTypes.push(".hide");
    }
    after that, syphon doesn't serialize "hide" classed fields
    abdrakhmanov committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    1f7d8ab View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2014

  1. code was fixed for passes the tests. Test was added.

    Руслан Абдрахманов authored and Руслан Абдрахманов committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    f620e62 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2014

  1. Configuration menu
    Copy the full SHA
    1a4b7c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2014

  1. Configuration menu
    Copy the full SHA
    0f07af4 View commit details
    Browse the repository at this point in the history