Skip to content

Commit 0458464

Browse files
committed
Try to fix formatting
1 parent 6b7a115 commit 0458464

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/includes/_methods.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ Name | Description
282282

283283
The `callback` function you specify is called with a single parameter, which is an object with the following structure:
284284

285+
```javascript
285286
/**
286287
* Initial HTML Element where your markup can be inserted. You can modify this element or insert other content inside of it.
287288
* @type {HTMLElement} el
@@ -298,7 +299,7 @@ The `callback` function you specify is called with a single parameter, which is
298299
* The Vehicle Object for the current vehicle, so you can use vehicle data when constructing your markup.
299300
* @type {object} vehicle
300301
*/
301-
302+
```
302303

303304
## API.insert(name, callback(elem, meta))
304305

0 commit comments

Comments
 (0)