scottcorgan / Injector

Node.js directory-independent dependency injection for apps and testing.
36 stars 1 forks source link

Declare an injectable module with ( // inject ) or ( /* inject */ ) #19

Closed michaeldeol closed 11 years ago

michaeldeol commented 11 years ago

Depending on a users coding style, it may be nice to declare inject in both comment styles.

Current: // inject

Addition: /* inject */