Issue #1386976 by nburles, LSU_JBob: Fixed Bug in drupal.js when minified.

8.0.x
webchick 2012-01-21 11:01:59 -08:00
parent f7d64d332d
commit 10b65594b7
1 changed files with 1 additions and 1 deletions

View File

@ -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.