Code formatting to improve readability.

This commit is contained in:
Madhura Jayaratne
2011-04-10 20:33:17 +05:30
parent 5d147c25af
commit 63dd25baac

View File

@@ -809,6 +809,7 @@ $(document).ready(function() {
* @var this_field Object referring to this field (<td>) * @var this_field Object referring to this field (<td>)
*/ */
var $this_field = $(this); var $this_field = $(this);
/** /**
* @var field_name String containing the name of this field. * @var field_name String containing the name of this field.
* @see getFieldName() * @see getFieldName()