aboutsummaryrefslogtreecommitdiffstats
path: root/src/auto/injector.js
AgeCommit message (Collapse)Author
2012-05-24fix(docs): accept return in addition to returnsMisko Hevery
documentation used @return but parser expected @returns, which made the generated documentation incomplete.
2012-03-29fix($injector): properly infer dependencies from fn with no argsIgor Minar
Previously if there was a white-space in fn: fn( ) {} we failed to infer no args. This was originally reported by recht, but I decided to use a different fix. Closes #829
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery