Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Added patch and test case for object prototypal inheritance #273

Merged
merged 1 commit into from Aug 15, 2013
Merged

Added patch and test case for object prototypal inheritance #273

merged 1 commit into from Aug 15, 2013

Conversation

landons
Copy link

@landons landons commented Aug 15, 2013

Variable parser did not allow access to prototypally inherited properties (like Backbone's inheritance model). Changed "hasOwnProperty" check to "in" format. It seems like this could break something, but all tests pass.

@paularmstrong
Copy link
Owner

Nice. This should be okay. Since all of the tests pass, I'll just merge!

paularmstrong added a commit that referenced this pull request Aug 15, 2013
Added patch and test case for object prototypal inheritance
@paularmstrong paularmstrong merged commit 3af1061 into paularmstrong:master Aug 15, 2013
@landons landons deleted the object-support branch August 15, 2013 02:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants