cujojs / meld

AOP for JS with before, around, on, afterReturning, afterThrowing, after advice, and pointcuts
Other
644 stars 65 forks source link

meld should be a function #18

Closed briancavalier closed 11 years ago

briancavalier commented 11 years ago

Specifically, I'm thinking meld() should provide the functionality currently provided by meld.add(), and we should deprecate meld.add. This is in line with wire and when, which are both functions.

We could make meld into a function and deprecate meld.add in the 1.x line, and later remove meld.add in 2.0.0.

Thoughts?

unscriptable commented 11 years ago

+1

briancavalier commented 11 years ago

Closed by e40b94f