1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 20:17:59 +01:00

Use @returns rather than @return in API docs.

This commit is contained in:
Doug Kearns
2009-05-16 02:20:12 +10:00
parent cb0a352454
commit bd1798726f
3 changed files with 26 additions and 32 deletions

View File

@@ -620,7 +620,7 @@ function CommandLine() //{{{
/**
* Determines whether the command line should be visible.
*
* @return {boolean}
* @returns {boolean}
*/
function commandShown() modes.main == modes.COMMAND_LINE &&
!(modes.extended & (modes.INPUT_MULTILINE | modes.OUTPUT_MULTILINE));