Last change
on this file since 84d0fbb was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
261 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 |
|
---|
3 | /* istanbul ignore next */
|
---|
4 | function insertStyleElement(options) {
|
---|
5 | var style = document.createElement("style");
|
---|
6 | options.setAttributes(style, options.attributes);
|
---|
7 | options.insert(style);
|
---|
8 | return style;
|
---|
9 | }
|
---|
10 |
|
---|
11 | module.exports = insertStyleElement; |
---|
Note:
See
TracBrowser
for help on using the repository browser.