I created a simple model and am trying to test out the setter method on it. When using it in the Chrome javascript console I get a TypeError with a type of "undefined_method".
Here's a link to the code http://jsfiddle.net/cpeele00/Rq4Tj/
I am calling it like so:
Model.Movie.setTitle('Resident Evil');
Any help would be greatly appreciated.