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

toString in prototype assignment #27

Closed
GoogleCodeExporter opened this issue Jul 21, 2015 · 2 comments
Closed

toString in prototype assignment #27

GoogleCodeExporter opened this issue Jul 21, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

BlaBlaBla.prototype = {
    toString: function() {
    }
}

What is the expected output? What do you see instead?

toString should appear in the output but doesn't.

Original issue reported on code.google.com by micmath on 11 Aug 2007 at 9:39

@GoogleCodeExporter
Copy link
Author

This is fixed in revision 180.

Original comment by micmath on 11 Aug 2007 at 11:07

@GoogleCodeExporter
Copy link
Author

Original comment by micmath on 11 Aug 2007 at 11:07

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant