Skip to content

Commit

Permalink
doc: Merge/update old docs into the source [prototypejs#113 state:fix…
Browse files Browse the repository at this point in the history
…ed_in_branch]
  • Loading branch information
Tim Walker authored and samleb committed Jan 28, 2010
1 parent edd82b3 commit fcba3f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dom/form.js
Expand Up @@ -472,6 +472,9 @@ var Field = Form.Element;

/** section: DOM, related to: Form
* $F(element) -> String | Array
*
* Returns the value of a form control. This is a convenience alias of
* [[Form.Element.getValue]]. Refer to it for full details.
**/
var $F = Form.Element.Methods.getValue;

Expand Down

0 comments on commit fcba3f0

Please sign in to comment.