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 committed Jan 26, 2010
1 parent 20e5c25 commit 2b63154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dom/form.js
Expand Up @@ -405,6 +405,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 2b63154

Please sign in to comment.