meteor-space / base

Foundation for Modular Application Architecture in Meteor.
MIT License
75 stars 5 forks source link

invoke Space.Object constructor in structs #67

Closed DominikGuzei closed 8 years ago

DominikGuzei commented 8 years ago

Space.Struct did not call the super constructor at all … this would keep mixins that rely onConstruction from working correctly … and it is something that should always be done anyway.

darko-mijic commented 8 years ago

Great. I will update the changelog and do a 4.0.2 release.