更新
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
/* istanbul ignore next */
|
||||
function setAttributesWithoutAttributes(styleElement, attributes) {
|
||||
Object.keys(attributes).forEach(function (key) {
|
||||
styleElement.setAttribute(key, attributes[key]);
|
||||
});
|
||||
}
|
||||
module.exports = setAttributesWithoutAttributes;
|
||||
Reference in New Issue
Block a user