We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abba82 commit 371174fCopy full SHA for 371174f
lib/CSSKeyframeRule.js
@@ -26,7 +26,7 @@ CSSOM.CSSKeyframeRule.prototype.type = 9;
26
27
// http://www.opensource.apple.com/source/WebCore/WebCore-955.66.1/css/WebKitCSSKeyframeRule.cpp
28
CSSOM.CSSKeyframeRule.prototype.__defineGetter__("cssText", function() {
29
- return this.keyText + " { " + this.style.cssText + " } ";
+ return this.keyText + " {" + this.style.cssText + "} ";
30
});
31
32
0 commit comments