1
0
Fork 0
This commit is contained in:
Wouter van Wageningen 2023-04-20 17:50:36 +00:00
parent 3e91e23ed5
commit f47e09768e

View file

@ -70,8 +70,8 @@ Defs.prototype.render = function () {
/**
* Set a def, overwriting existing value
*
* @param {string} name - Name of the defs to set
* @param {string} value - Value of the defs to set
* @param {string} name - Name of the def to set
* @param {string} value - Value of the def to set
* @return {Defs} this - The Defs instance
*/
Defs.prototype.set = function (name, value) {