meteor-space / base

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

adds hasMixin method to Space.Object #68

Closed DominikGuzei closed 8 years ago

DominikGuzei commented 8 years ago

This allows us to ask any class or instance if a specific mixin has been applied or inherited.

rhyslbw commented 8 years ago

:100: This will make testing of objects mainly composed of mixins really simple. Awesome work