Suppress redefinition warning.

This commit is contained in:
Neil Fraser
2015-05-10 23:21:11 -07:00
parent 6218777acc
commit bfee4277e9

View File

@@ -40,6 +40,7 @@ goog.getMsgOrig = goog.getMsg;
* @param {string} str Translatable string, places holders in the form {$foo}.
* @param {Object<string, string>=} opt_values Maps place holder name to value.
* @return {string} message with placeholders filled.
* @suppress {duplicate}
*/
goog.getMsg = function(str, opt_values) {
var key = goog.getMsg.blocklyMsgMap[str];