summaryrefslogtreecommitdiff
path: root/misc/drupal.js
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-01-21 11:02:35 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2012-01-21 11:02:35 -0800
commita26956ed2b577de9857d9cce246b94c6a2ff666f (patch)
treedb847e9101f9132f310baab4e8fd357cdf2d1987 /misc/drupal.js
parent6972dd4615f7e353f757dd04c4a55673cfad29d0 (diff)
downloadbrdo-a26956ed2b577de9857d9cce246b94c6a2ff666f.tar.gz
brdo-a26956ed2b577de9857d9cce246b94c6a2ff666f.tar.bz2
Issue #1386976 by nburles, LSU_JBob: Fixed Bug in drupal.js when minified.
Diffstat (limited to 'misc/drupal.js')
-rw-r--r--misc/drupal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/drupal.js b/misc/drupal.js
index 7ae737c63..83b088428 100644
--- a/misc/drupal.js
+++ b/misc/drupal.js
@@ -164,7 +164,7 @@ Drupal.formatString = function(str, args) {
str = str.replace(key, args[key]);
}
return str;
-}
+};
/**
* Translate strings to the page language or a given language.