meteor-space / base

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

injectInto only once (fixes #7) #8

Closed ghost closed 9 years ago

ghost commented 9 years ago

This fixes infinite loops when two components depend on each other.

DominikGuzei commented 9 years ago

Thanks for this patch! Please use the develop branch as target for the PR, we are using git-flow for all space packages now to simplify collaboration and release management! :wink:

DominikGuzei commented 9 years ago

This patch is included in the latest release space:base@2.5.1

ghost commented 9 years ago

Ah, ok. You can close my other PR if you already have got the commit into develop. Can you make develop the default branch on GitHub? Then PRs use develop as default.

DominikGuzei commented 9 years ago

Yeah, good idea :wink: thanks again for the contribution!