docs(TestInjector): reenable jsdoc comment for exported `inject` function

This was disabled due to a bug in dgeni. See #949
This commit is contained in:
Peter Bacon Darwin 2015-03-13 20:52:59 +00:00
parent 8407aa68fe
commit 1adb23d222
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export function createTestInjector(bindings: List) {
return rootInjector.createChild(ListWrapper.concat(_getAppBindings(), bindings)); return rootInjector.createChild(ListWrapper.concat(_getAppBindings(), bindings));
} }
/* /**
* Allows injecting dependencies in `beforeEach()` and `it()`. * Allows injecting dependencies in `beforeEach()` and `it()`.
* *
* Example: * Example: