-
Notifications
You must be signed in to change notification settings - Fork 1
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 do not have a prototype #5
Comments
This is way more fun than it looks! /cc @omorandi Let’s solve it once for all. |
Here’s the (old) related Hyperloop appcelerator/hyperloop#92 |
@yuchi that just means you need more of a life outside of programing :P |
I have one! I’m into this ‘developing’ thing also! |
Hey im not complaining... if anything you need to get some more coding done so we can kick this Ti.Next thing out the door :P |
Keeping @yuchi's life aside, I think this can be a non-issue. The fact that in the widget example the widget object doesn't have a prototype only means that it wasn't programmed to have one. |
@omorandi its not a high priority issues... but I do think it is an issue. HAL and HL should be able to support prototypes. This is an expected part of the JS language. |
I agree on this, but I only wanted to point out that it's not strictly a HAL issue. |
thats fair |
@omorandi couldn't have said it better. The biggest challenge is not having a working prototype, but having a sane prototype chain. |
Native objects (for example the Widget in the Widget example) do not have a prototype. Not a deal breaker, but we go back to the whole "jot really JS objects" bit
The text was updated successfully, but these errors were encountered: