docs(life_cycle): mark `registerWith` as `@private`

This commit is contained in:
Peter Bacon Darwin 2015-04-17 16:25:13 +01:00
parent e1b0bab9a6
commit 97220dd2ba
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ export class LifeCycle {
this._enforceNoNewChanges = enforceNoNewChanges;
}
/**
* @private
*/
registerWith(zone:VmTurnZone, changeDetector:ChangeDetector = null) {
if (isPresent(changeDetector)) {
this._changeDetector=changeDetector;