meteor-space / base

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

improve Space.Error class setup to avoid future bugs #63

Closed DominikGuzei closed 8 years ago

DominikGuzei commented 8 years ago

Until now we copied over all methods of Space.Object individually, which could get out of sync quickly. Now we directly copy everything but omit the methods that should not be copied for errors.

@darko-mijic maybe you can also try this with the todos app :wink:

darko-mijic commented 8 years ago

This fixes a problem in Todos. Waiting for CI to finish with tests...