style(change_detection): fix clang error: line too long

This commit is contained in:
Peter Bacon Darwin 2015-06-15 00:44:20 +01:00
parent 5a542d8ba8
commit 4f581671dc
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ export class ProtoChangeDetector {
* `JitChangeDetection` strategy at compile time. * `JitChangeDetection` strategy at compile time.
* *
* *
* See: {@link DynamicChangeDetection}, {@link JitChangeDetection}, {@link PreGeneratedChangeDetection} * See: {@link DynamicChangeDetection}, {@link JitChangeDetection},
* {@link PreGeneratedChangeDetection}
* *
* # Example * # Example
* ```javascript * ```javascript