From 40723e192eab496f21034ad1033303d18df47c5b Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 14 Jul 2014 10:17:54 +0100 Subject: [PATCH] Issue #2302511 by Elijah Lynn: (optional) improvements in docblock for Drupal.viewsUi.FormFieldFiller in views-admin.js. --- core/modules/views_ui/js/views-admin.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/modules/views_ui/js/views-admin.js b/core/modules/views_ui/js/views-admin.js index 7eb7b54085c..2d197a95690 100644 --- a/core/modules/views_ui/js/views-admin.js +++ b/core/modules/views_ui/js/views-admin.js @@ -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');