Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Objects with circular inheritence #14

Closed
doughsay opened this issue Feb 11, 2013 · 0 comments
Closed

Objects with circular inheritence #14

doughsay opened this issue Feb 11, 2013 · 0 comments
Assignees
Labels

Comments

@doughsay
Copy link
Owner

  • $thing.parent == $root; $root.parent = $thing
  • This causes RangeError: Maximum call stack size exceeded
  • Solution: add a check to the parent setter.
@ghost ghost assigned doughsay Feb 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant