Skip to content

Commit affd359

Browse files
authored
Update Addon_Camera.md
1 parent 3e3515c commit affd359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info/api/Addon_Camera.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -978,8 +978,8 @@ interface ScanConfiguration{
978978

979979
**Example**
980980

981-
```javascript
982-
<div id="dwtcontrolContainer"></div>
981+
```html
982+
<div id="dwtcontrolContainer" style="width:270px;height:350px"></div>
983983
<input type="button" value="scan document" onclick="ScanDocument();" />
984984
<script type="text/javascript">
985985
function ScanDocument() {

0 commit comments

Comments
 (0)