Fixed some PCjs doc bugs (but the docs are due for overhaul)
This commit is contained in:
parent
59b6dd3be6
commit
a7f8e18239
2 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ Output
|
|||
```html
|
||||
<div id="..." class="pc-keyboard pc-component">
|
||||
<div class="pc-container">
|
||||
<div class="pcjs-keyboard" data-value="id:'...',name:'...',model:'...',sw1:'...',sw2:'...'">
|
||||
<div class="pcjs-keyboard" data-value="id:'...',name:'...',model:'...',...">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ Output
|
|||
```html
|
||||
<div id="..." class="pc-rom pc-component">
|
||||
<div class="pc-container">
|
||||
<div class="pcjs-rom" data-value="id:'...',name:'...',addr:'...',size:'...',test:'...'">
|
||||
<div class="pcjs-rom" data-value="id:'...',name:'...',addr:'...',size:'...',file:'...'">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue