Merge pull request #85 from dwcramer/fixApiRef

Add missing <th>s to param table.
This commit is contained in:
David Cramer
2013-09-29 09:40:54 -07:00

View File

@@ -310,6 +310,8 @@ function showSelected(selectorId, optionId){
<thead>
<tr>
<th>Parameter</th>
<th>Style</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
@@ -330,8 +332,8 @@ function showSelected(selectorId, optionId){
<thead>
<tr>
<th>Parameter</th>
<th>Style</th>
<th>Type</th>
<th>Style</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>