Issue #2302511 by Elijah Lynn: (optional) improvements in docblock for Drupal.viewsUi.FormFieldFiller in views-admin.js.

8.0.x
Alex Pott 2014-07-14 10:17:54 +01:00
parent b7959a1d45
commit 40723e192e
1 changed files with 4 additions and 4 deletions

View File

@ -84,13 +84,13 @@
* @param $target
* A jQuery object representing the form field or fields to prepopulate.
* @param exclude
* Optional. A regular expression representing characters to exclude from the
* target field.
* (optional) A regular expression representing characters to exclude from
* the target field.
* @param replace
* Optional. A string to use as the replacement value for disallowed
* (optional) A string to use as the replacement value for disallowed
* characters.
* @param suffix
* Optional. A suffix to append at the end of the target field content.
* (optional) A suffix to append at the end of the target field content.
*/
Drupal.viewsUi.FormFieldFiller = function ($target, exclude, replace, suffix) {
this.source = $('#edit-label');