mirror of
https://github.com/google/blockly.git
synced 2026-01-16 05:17:09 +01:00
Resolve 106 warnings.
This commit is contained in:
@@ -42,7 +42,7 @@ goog.getMsgOrig = goog.getMsg;
|
||||
* Overrides the default Closure function to check for a Blockly.Msg first.
|
||||
* Used infrequently, only known case is TODAY button in date picker.
|
||||
* @param {string} str Translatable string, places holders in the form {$foo}.
|
||||
* @param {Object<string, string>=} opt_values Maps place holder name to value.
|
||||
* @param {Object.<string, string>=} opt_values Maps place holder name to value.
|
||||
* @return {string} message with placeholders filled.
|
||||
* @suppress {duplicate}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user