mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 12:20:04 +02:00
update modules
This commit is contained in:
2
node_modules/cssom/lib/CSSKeyframeRule.js
generated
vendored
2
node_modules/cssom/lib/CSSKeyframeRule.js
generated
vendored
@@ -19,7 +19,7 @@ CSSOM.CSSKeyframeRule = function CSSKeyframeRule() {
|
||||
|
||||
CSSOM.CSSKeyframeRule.prototype = new CSSOM.CSSRule();
|
||||
CSSOM.CSSKeyframeRule.prototype.constructor = CSSOM.CSSKeyframeRule;
|
||||
CSSOM.CSSKeyframeRule.prototype.type = 9;
|
||||
CSSOM.CSSKeyframeRule.prototype.type = 8;
|
||||
//FIXME
|
||||
//CSSOM.CSSKeyframeRule.prototype.insertRule = CSSStyleSheet.prototype.insertRule;
|
||||
//CSSOM.CSSKeyframeRule.prototype.deleteRule = CSSStyleSheet.prototype.deleteRule;
|
||||
|
Reference in New Issue
Block a user