diff options
Diffstat (limited to 'modules/comment/comment.js')
-rw-r--r-- | modules/comment/comment.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.js b/modules/comment/comment.js index cb1d1ab20..d639a4abd 100644 --- a/modules/comment/comment.js +++ b/modules/comment/comment.js @@ -1,6 +1,6 @@ // $Id$ -Drupal.behaviors.comment = function (context) { +Drupal.behaviors.comment = function(context) { var parts = new Array("name", "homepage", "mail"); var cookie = ''; for (i=0;i<3;i++) { |