Skip to content

Commit 04bfad5

Browse files
committed
Types were changed in the previous commit. Update them for the clone method.
1 parent 7b0d9aa commit 04bfad5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/clone.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ CSSOM.clone = function clone(stylesheet) {
3232
//3: CSSOM.CSSImportRule,
3333
//5: CSSOM.CSSFontFaceRule,
3434
//6: CSSOM.CSSPageRule,
35-
8: CSSOM.CSSKeyframesRule,
36-
9: CSSOM.CSSKeyframeRule,
35+
7: CSSOM.CSSKeyframesRule,
36+
8: CSSOM.CSSKeyframeRule,
3737
12: CSSOM.CSSSupportsRule
3838
};
3939

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"parser",
88
"styleSheet"
99
],
10-
"version": "0.4.0",
10+
"version": "0.4.1",
1111
"author": "Nikita Vasilyev <me@elv1s.ru>",
1212
"repository": "NV/CSSOM",
1313
"files": [

0 commit comments

Comments
 (0)