mirror of
https://github.com/iconify/iconify.git
synced 2024-11-16 17:45:09 +00:00
Fix typo in setConfig
This commit is contained in:
parent
3b3e7f5a2d
commit
0095938ef4
@ -62,7 +62,7 @@
|
||||
* @param {*} value
|
||||
*/
|
||||
SimpleSVG.setConfig = function(name, value) {
|
||||
setConfig(key, value, false);
|
||||
setConfig(name, value, false);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user