refactor(ivy): update parameter for executeInitHooks to be more accurate (#27965)

Co-Authored-By: benlesh <ben@benlesh.com>
PR Close #27965
This commit is contained in:
Kara 2019-01-08 10:13:51 -08:00 committed by Andrew Kushnir
parent ce51dfb499
commit 0c6fa1df52

View File

@ -116,7 +116,7 @@ export function registerPostOrderHooks(tView: TView, tNode: TNode): void {
* *
* @param lView The current view * @param lView The current view
* @param tView Static data for the view containing the hooks to be executed * @param tView Static data for the view containing the hooks to be executed
* @param creationMode Whether or not we're in creation mode. * @param checkNoChangesMode Whether or not we're in checkNoChanges mode.
*/ */
export function executeInitHooks( export function executeInitHooks(
currentView: LView, tView: TView, checkNoChangesMode: boolean): void { currentView: LView, tView: TView, checkNoChangesMode: boolean): void {