MDL-79498 javascript: Adjust get_string function signature

Reflect param and lang being optional parameters.
This commit is contained in:
Justus Dieckmann
2024-01-18 10:51:02 +08:00
committed by Jun Pataleta
parent aeb64dbfb5
commit 216047dc18
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -700,7 +700,7 @@ M.util.js_complete = function(uniqid) {
*
* @param {String} identifier string identifier
* @param {String} component the component providing the string
* @param {Object|String} a optional variable to populate placeholder with
* @param {Object|String} [a] optional variable to populate placeholder with
*/
M.util.get_string = function(identifier, component, a) {
var stringvalue;