summaryrefslogtreecommitdiff
path: root/misc/ajax.js
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-04 16:08:52 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-04 16:08:52 +0000
commit0a1009e5f4c400d3be8443eb4c243f0a5e8d9643 (patch)
tree3fdd0eabaa4e331afd9150d45b49857990a1d87a /misc/ajax.js
parentdd3856d6ec9bdea2ef1e3477e3a7e23a4af89eb1 (diff)
downloadbrdo-0a1009e5f4c400d3be8443eb4c243f0a5e8d9643.tar.gz
brdo-0a1009e5f4c400d3be8443eb4c243f0a5e8d9643.tar.bz2
#673450 by casey and Jody Lynn: Cleanup JavaScript file syntax.
Diffstat (limited to 'misc/ajax.js')
-rw-r--r--misc/ajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ajax.js b/misc/ajax.js
index b1688e0d4..d61af3ec8 100644
--- a/misc/ajax.js
+++ b/misc/ajax.js
@@ -286,7 +286,7 @@ Drupal.ajax.prototype.getEffect = function (response) {
}
return effect;
-}
+};
/**
* Handler for the form redirection error.