diff options
Diffstat (limited to 'modules/comment/comment.js')
-rw-r--r-- | modules/comment/comment.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/comment/comment.js b/modules/comment/comment.js index b951f4211..acd450200 100644 --- a/modules/comment/comment.js +++ b/modules/comment/comment.js @@ -1,4 +1,5 @@ // $Id$ +(function($) { Drupal.behaviors.comment = { attach: function(context) { @@ -35,3 +36,5 @@ Drupal.comment.getCookie = function(name) { return returnValue; }; + +})(jQuery); |