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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user