Skip to content

Commit ccb929d

Browse files
Doc fix.
1 parent 18b737f commit ccb929d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/dom/form.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,14 @@ var Form = {
6767
* `{ hash: false }` are used.
6868
*
6969
* If you supply an `options` object, it may have the following options:
70-
* - `hash` ([[Boolean]]): `true` to return a plain object with keys and
70+
*
71+
* * `hash` ([[Boolean]]): `true` to return a plain object with keys and
7172
* values (not a [[Hash]]; see below), `false` to return a String in query
7273
* string format. If you supply an `options` object with no `hash` member,
7374
* `hash` defaults to `true`. Note that this is __not__ the same as leaving
7475
* off the `options` object entirely (see above).
75-
* - `submit` ([[Boolean]] | [[String]]): In essence: If you omit this option
76+
*
77+
* * `submit` ([[Boolean]] | [[String]]): In essence: If you omit this option
7678
* the first submit button in the form is included; if you supply `false`,
7779
* no submit buttons are included; if you supply the name of a submit
7880
* button, the first button with that name is included. Note that the

0 commit comments

Comments
 (0)