Skip to content

Commit

Permalink
fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jun 19, 2024
1 parent 3c625d7 commit 9749289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/navigate.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function cancelPageLoad () {
* for the given page load strategy,
* @param {string?} pageLoadStrategy
* @param {string} readyState
* @returns string
* @returns {boolean}
*/
function completeToLoadPage (pageLoadStrategy, readyState) {
if (pageLoadStrategy === PAGE_LOAD_NONE) {
Expand Down

0 comments on commit 9749289

Please sign in to comment.