mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-30 08:53:35 +02:00
Replace use of <b>arg</b> in API docs with *arg*.
--HG-- extra : rebase_source : f127ac4f494053e4306074f5acded34b2d363eef
This commit is contained in:
@@ -163,7 +163,7 @@ const Config = Module("config", ConfigBase, {
|
||||
},
|
||||
|
||||
/**
|
||||
* Opens the display panel with the specified <b>id<b>.
|
||||
* Opens the display panel with the specified *id*.
|
||||
*
|
||||
* @param {string} id The ID of the display pane.
|
||||
*/
|
||||
@@ -183,7 +183,7 @@ const Config = Module("config", ConfigBase, {
|
||||
},
|
||||
|
||||
/**
|
||||
* Closes the display panel with the specified <b>id</b>
|
||||
* Closes the display panel with the specified *id*
|
||||
*
|
||||
* @param {string} id The ID of the display pane.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user