From fc7283235bb9e5ae4300714d03c0bf3723f4792b Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 27 Apr 2009 20:19:38 +0000 Subject: #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions. --- modules/path/path.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/path') diff --git a/modules/path/path.js b/modules/path/path.js index e801a9a26..388c1f53e 100644 --- a/modules/path/path.js +++ b/modules/path/path.js @@ -1,10 +1,10 @@ // $Id$ -(function($) { +(function ($) { Drupal.behaviors.pathFieldsetSummaries = { - attach: function(context) { - $('fieldset#edit-path', context).setSummary(function(context) { + attach: function (context) { + $('fieldset#edit-path', context).setSummary(function (context) { var path = $('#edit-path-1').val(); return path ? -- cgit v1.2.3