Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Sub-Module .set() .get() behaviour is not as expected #8

Closed
wellcaffeinated opened this issue Jul 19, 2012 · 1 comment
Closed

Sub-Module .set() .get() behaviour is not as expected #8

wellcaffeinated opened this issue Jul 19, 2012 · 1 comment

Comments

@wellcaffeinated
Copy link
Contributor

Hi

I love Stapes, but its submodule behaviour is really getting me down. I'm pretty sure this is a bug, and I'm pretty sure I know what's causing it.

Here's the test case
http://jsfiddle.net/wellcaffeinated/4RhTq/

I expect sub-modules to store their_own values (attributes) using .set(). But this is not the case.

I think what's going on is that when module.create() is called, the instance._guid (line: 243) is defined... it's inherited, so the sub-module doesn't get its own guid.

I'm trying to use Stapes in a few projects... I'd appreciate an official fix for this soon.

Cheers!

@hay
Copy link
Owner

hay commented Jul 20, 2012

Hey,
thanks for reporting this bug. I've noticed this a few days ago as well and it's already been fixed in this commit, so as a temporary fix you can get the latest version from master. I'll release a bugfix release soon.

Thanks for using Stapes!

-- Hay

@hay hay closed this as completed Jul 20, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants