Advertisement
saasbook

change_prototype_property.js

Aug 15th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. Movie.prototype = {
  2. for_children: function () { return( /^G|PG$/.test(this)); }
  3. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement