MDL-79498 javascript: Adjust get_string function signature
Reflect param and lang being optional parameters.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user