diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/pkcs11/getmoduleslots')
-rw-r--r-- | files/fr/mozilla/add-ons/webextensions/api/pkcs11/getmoduleslots/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/pkcs11/getmoduleslots/index.html b/files/fr/mozilla/add-ons/webextensions/api/pkcs11/getmoduleslots/index.html index e8c7706ef0..f86cb8b8b1 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/pkcs11/getmoduleslots/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/pkcs11/getmoduleslots/index.html @@ -22,7 +22,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/pkcs11/getModuleSlots <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox brush:js">var getting = browser.pkcs11.getModuleSlots( +<pre class="brush: js">var getting = browser.pkcs11.getModuleSlots( name // string ) </pre> |