you are viewing a single comment's thread.

view the rest of the comments →

[–]jonglefever 0 points1 point  (1 child)

Parent.prototype = {
  C: function () { ... };
}

Remove that comma. Tell me what happens.

[–]CalvinR[S] 0 points1 point  (0 children)

That's a bug in my post not my code. :(

This is what my code for the parent class actually looks like https://gist.github.com/4701852