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

issues with instance of #4

Open
FinalAngel opened this issue Apr 5, 2013 · 0 comments
Open

issues with instance of #4

FinalAngel opened this issue Apr 5, 2013 · 0 comments
Assignees

Comments

@FinalAngel
Copy link
Owner

instanceof does not refer to its original instance:

var Animal = new Class(); // should not be instanceof class

var Human = new Class(Animal); // should be instanceof Animal

this might not be solvable...

@ghost ghost assigned FinalAngel Apr 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant