diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-09-01 07:08:11 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-09-01 07:08:11 +0000 |
commit | c07305d060174640af0194f472cb1292a3054e42 (patch) | |
tree | d28c743e977d781303e3f44c47862cb312075ee8 /modules/comment/comment.js | |
parent | 0c700430b0ddbd4a3c66fb1f82ed1cf9e4e33cc3 (diff) | |
download | brdo-c07305d060174640af0194f472cb1292a3054e42.tar.gz brdo-c07305d060174640af0194f472cb1292a3054e42.tar.bz2 |
#172149 by dvessel: add semicolons, so the JS aggregator works
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 69baf7423..ead327ec9 100644 --- a/modules/comment/comment.js +++ b/modules/comment/comment.js @@ -32,4 +32,4 @@ Drupal.comment.getCookie = function(name) { } return returnValue; -} +}; |