0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

Merge pull request #21 from alamin655/alamin655-patch-2

Add comments and docstrings to the code
This commit is contained in:
alamin655 2023-07-07 20:20:37 +05:30 committed by GitHub
commit 6ba8d867e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
/** /**
* Navigates to the next page by incrementing the current page number in the URL query parameters. * Navigates to the next page by incrementing the current page number in the URL query string.
* @returns {void} * @returns {void}
*/ */
function navigate_forward() { function navigate_forward() {
@ -19,7 +19,7 @@ function navigate_forward() {
} }
/** /**
* Navigates to the previous page by decrementing the current page number in the URL query parameters. * Navigates to the previous page by decrementing the current page number in the URL query string.
* @returns {void} * @returns {void}
*/ */
function navigate_backward() { function navigate_backward() {