aboutsummaryrefslogtreecommitdiffstats
path: root/test/auto
AgeCommit message (Collapse)Author
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