mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 05:05:47 +01:00
Replace use of <b>arg</b> in API docs with *arg*.
--HG-- extra : rebase_source : f127ac4f494053e4306074f5acded34b2d363eef
This commit is contained in:
@@ -164,9 +164,8 @@ const Styles = Module("Styles", {
|
||||
|
||||
/**
|
||||
* Remove a style sheet. See {@link #addSheet} for parameters.
|
||||
* In cases where <b>filter</b> is supplied, the given filters
|
||||
* are removed from matching sheets. If any remain, the sheet is
|
||||
* left in place.
|
||||
* In cases where *filter* is supplied, the given filters are removed from
|
||||
* matching sheets. If any remain, the sheet is left in place.
|
||||
*
|
||||
* @param {boolean} system
|
||||
* @param {string} name
|
||||
|
||||
Reference in New Issue
Block a user