Skip to content

Commit 1adb23d

Browse files
docs(TestInjector): reenable jsdoc comment for exported inject function
This was disabled due to a bug in dgeni. See angular#949
1 parent 8407aa6 commit 1adb23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/src/test_lib/test_injector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function createTestInjector(bindings: List) {
6666
return rootInjector.createChild(ListWrapper.concat(_getAppBindings(), bindings));
6767
}
6868

69-
/*
69+
/**
7070
* Allows injecting dependencies in `beforeEach()` and `it()`.
7171
*
7272
* Example:

0 commit comments

Comments
 (0)