Files
flights_web_raw/node_modules/style-loader/dist/runtime/setAttributesWithAttributesAndNonce.js

10 lines
258 B
JavaScript

"use strict";
/* istanbul ignore next */
function setAttributesWithoutAttributes(style, attributes) {
Object.keys(attributes).forEach(function (key) {
style.setAttribute(key, attributes[key]);
});
}
module.exports = setAttributesWithoutAttributes;