File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,14 @@ var Form = {
67
67
* `{ hash: false }` are used.
68
68
*
69
69
* 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
71
72
* values (not a [[Hash]]; see below), `false` to return a String in query
72
73
* string format. If you supply an `options` object with no `hash` member,
73
74
* `hash` defaults to `true`. Note that this is __not__ the same as leaving
74
75
* 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
76
78
* the first submit button in the form is included; if you supply `false`,
77
79
* no submit buttons are included; if you supply the name of a submit
78
80
* button, the first button with that name is included. Note that the
You can’t perform that action at this time.
0 commit comments