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!
The text was updated successfully, but these errors were encountered:
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.
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, theinstance._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!
The text was updated successfully, but these errors were encountered: