jupiterjs / jquerymx

jQuery MVC Extensions. jQuery extensions that makes all the annoying stuff easier.
http://javascriptmvc.com
553 stars 374 forks source link

fix model converters and serializes extending #74

Closed yusufsafak closed 13 years ago

yusufsafak commented 13 years ago

I found a bug my last commit https://github.com/jupiterjs/jquerymx/pull/65. When we create two model using the same converters/serializes attributes, second model overrides first model's converters/serializes attributes. Also I changed model test.

justinbmeyer commented 13 years ago

Thanks for the fix!