docs(Injector): remove unwanted tab characters in the examples
These mess up the jade templates that use tabs for structuring the output.
This commit is contained in:
parent
c269bd5d3c
commit
7fb2f2069c
4
modules/angular2/src/di/injector.js
vendored
4
modules/angular2/src/di/injector.js
vendored
@ -36,8 +36,8 @@ function _isWaiting(obj):boolean {
|
||||
* }
|
||||
*
|
||||
* class Car {
|
||||
* constructor(@Inject(Engine) engine) {
|
||||
* }
|
||||
* constructor(@Inject(Engine) engine) {
|
||||
* }
|
||||
* }
|
||||
*
|
||||
* ```
|
||||
|
Loading…
x
Reference in New Issue
Block a user