asciidisco / Backbone.Mutators

Backbone plugin to override getters and setters with logic
http://asciidisco.github.com/Backbone.Mutators
228 stars 30 forks source link

Changed scope during serialization. Fixes #13 #14

Closed eicca closed 11 years ago

eicca commented 11 years ago

Hello.

This should fix the problem with scope in mutator during toJSON() call. You can take a look at tests to see, how the behavior is changed.

asciidisco commented 11 years ago

Sorry that it took so long, but really thank you for the the pr. Will release a new version soon.