summaryrefslogtreecommitdiff
path: root/modules/comment/comment.js
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-09-01 07:08:11 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-09-01 07:08:11 +0000
commitc07305d060174640af0194f472cb1292a3054e42 (patch)
treed28c743e977d781303e3f44c47862cb312075ee8 /modules/comment/comment.js
parent0c700430b0ddbd4a3c66fb1f82ed1cf9e4e33cc3 (diff)
downloadbrdo-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.js2
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;
-}
+};