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

Conversation

abdrakhmanov
Copy link

Example:
if( !_.include(Backbone.Syphon.ignoredTypes, ".hide") ) {
Backbone.Syphon.ignoredTypes.push(".hide");
}
after that, syphon doesn't serialize "hide" classed fields

Example:
if( !_.include(Backbone.Syphon.ignoredTypes, ".hide") ) {
  Backbone.Syphon.ignoredTypes.push(".hide");
}
after that, syphon doesn't serialize "hide" classed fields
@samccone
Copy link
Member

samccone commented Sep 1, 2014

@abdrakhmanov great idea, would you mind fixing your code so that is passes the tests and adding a test?

@abdrakhmanov
Copy link
Author

Done.

@abdrakhmanov
Copy link
Author

I corrected my errors.

@rhubarbselleven
Copy link
Contributor

Hey @abdrakhmanov sorry, this one isn't passing. Can you fix it up? Also please edit this pull request to go into minor

@rhubarbselleven
Copy link
Contributor

Thanks for the inspiration @abdrakhmanov

I've reworked this in #94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants