summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-27 20:19:38 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-27 20:19:38 +0000
commitfc7283235bb9e5ae4300714d03c0bf3723f4792b (patch)
tree0dc443ba5dc1f74fbfc5ad5762c7c7a556232b73 /modules/path
parent031ba7d66533b3bb6e1ceb1cc834e9af9b1a3c71 (diff)
downloadbrdo-fc7283235bb9e5ae4300714d03c0bf3723f4792b.tar.gz
brdo-fc7283235bb9e5ae4300714d03c0bf3723f4792b.tar.bz2
#444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions.
Diffstat (limited to 'modules/path')
-rw-r--r--modules/path/path.js6
1 files changed, 3 insertions, 3 deletions
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 ?