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

Extending Array prototype is not supported #10

Open
GoogleCodeExporter opened this issue May 19, 2015 · 1 comment
Open

Extending Array prototype is not supported #10

GoogleCodeExporter opened this issue May 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Extend the Array.prototype with a new function
2. Use any dat-gui functionality

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

Expected: nothing different

See : Boom! ( an enumeration over an array is not expecting the new function 
added to the prototype )

What version of the product are you using? On what operating system?
Version: No idea, got it from threejs ( hint, you should put a version above 
the copyright info )

Please provide any additional information below.

If you are on masterbranch, I'll give you a beer ;)

Original issue reported on code.google.com by konijn on 1 Feb 2012 at 3:45

@GoogleCodeExporter
Copy link
Author

Like your code, dat-gui also uses arrays. So if you change the way arrays work, 
there's a good chance dat-gui will break. What exactly are you doing to the 
array class?

Original comment by georgebr...@google.com on 27 Feb 2012 at 3:52

  • Added labels: Type-Other
  • Removed labels: Type-Defect

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