Fixed some PCjs doc bugs (but the docs are due for overhaul)

This commit is contained in:
Jeff Parsons 2016-05-02 09:04:30 -07:00
commit a7f8e18239
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ Output
```html ```html
<div id="..." class="pc-keyboard pc-component"> <div id="..." class="pc-keyboard pc-component">
<div class="pc-container"> <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> </div>
</div> </div>

View file

@ -54,7 +54,7 @@ Output
```html ```html
<div id="..." class="pc-rom pc-component"> <div id="..." class="pc-rom pc-component">
<div class="pc-container"> <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> </div>
</div> </div>