Skip to content

Commit

Permalink
chore(NavigationWatcher): correct closure annotation (#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiosaka authored and aslushnikov committed Dec 28, 2017
1 parent bf3e0cc commit 35a5d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/NavigatorWatcher.js
Expand Up @@ -60,7 +60,7 @@ class NavigatorWatcher {
}

/**
* @return {?Promise<?Error>}
* @return {!Promise<?Error>}
*/
_createTimeoutPromise() {
if (!this._timeout)
Expand Down

0 comments on commit 35a5d8b

Please sign in to comment.