Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhatib committed Oct 14, 2016
1 parent 27f10e9 commit e2a6a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/history-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ export class HistoryBindingVirtual_ {
/** @private {!Promise} */
this.awaitPoppingPromise_ = Promise.resolve();

/** @private {!function(*)) */
/** @private {?function(*)) */
this.awaitPoppingPromiseResolver_ = null;
}

Expand Down

0 comments on commit e2a6a27

Please sign in to comment.