Closed ericchaves closed 11 years ago
Man, I just ran into this today and it was driving me crazy! Thanks for the fix.
Thanks! The code for createSubclass
has become a bit hairy, so i didn't catch this. I'll add a test and add you to the contributions in the docs as well. Thanks again!
Added a monkey patch to fix error when using events in subclasses.
when instantiating subclasses, the constructor relies on variable named includeEvents that is evaluated to false (due to clojure out of scope, I guess) and therefore does not properly add a _guid, making the use of events to thrown an error.
Cheers,